1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Update python-slugify requirement from <3.0.0,>=1.2.1 to >=1.2.1,<8.0.0

Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/1.2.1...v7.0.0)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-08 19:12:57 +00:00
committed by darodi
parent ab7d629ba9
commit 378a3caccc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PyQt5>=5.6.0
Pillow>=5.2.0
psutil>=5.0.0
python-slugify>=1.2.1,<3.0.0
python-slugify>=1.2.1,<8.0.0
raven>=6.0.0
# PyQt5-tools
mozjpeg-lossless-optimization

2
setup.py Executable file → Normal file
View File

@@ -94,7 +94,7 @@ setuptools.setup(
'PyQt5>=5.6.0',
'Pillow>=5.2.0',
'psutil>=5.0.0',
'python-slugify>=1.2.1,<3.0.0',
'python-slugify>=1.2.1,<8.0.0',
'raven>=6.0.0',
],
classifiers=[],