Update python-slugify requirement from <9.0.0,>=8.0.4 to >=9.0.0,<10.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/v8.0.4...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-14 01:42:51 +00:00
committed by GitHub
parent cb7592dcd0
commit d8ec294b4d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ setuptools.setup(
'Pillow>=9.3.0',
'psutil>=5.9.5',
'requests>=2.31.0',
'python-slugify>=1.2.1,<9.0.0',
'python-slugify>=1.2.1,<10.0.0',
'mozjpeg-lossless-optimization>=1.2.0',
'natsort>=8.4.0',
'numpy>=1.22.4',