From d8ec294b4d55d4302ca016a277b2e760dcb44c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:42:51 +0000 Subject: [PATCH] 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] --- requirements-docker.txt | 2 +- requirements-osx-legacy.txt | 2 +- requirements-win7.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index da6a8c50..2c02c7e1 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,7 +1,7 @@ Pillow>=11.3.0 psutil>=7.2.2 requests>=2.34.2 -python-slugify>=8.0.4 +python-slugify>=9.0.0 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/requirements-osx-legacy.txt b/requirements-osx-legacy.txt index 701b28fb..4e408caf 100644 --- a/requirements-osx-legacy.txt +++ b/requirements-osx-legacy.txt @@ -2,7 +2,7 @@ PySide6==6.4.3 Pillow>=11.3.0 psutil>=7.2.2 requests>=2.34.2 -python-slugify>=8.0.4 +python-slugify>=9.0.0 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/requirements-win7.txt b/requirements-win7.txt index cbd2fe28..8b2df3aa 100644 --- a/requirements-win7.txt +++ b/requirements-win7.txt @@ -2,7 +2,7 @@ PySide6==6.1.3 Pillow>=9 psutil>=7.2.2 requests>=2.32.4 -python-slugify>=8.0.4 +python-slugify>=9.0.0 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/requirements.txt b/requirements.txt index e7c867f2..e7884faf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PySide6<6.10 Pillow>=11.3.0 psutil>=7.2.2 requests>=2.34.2 -python-slugify>=8.0.4,<9.0.0 +python-slugify>=9.0.0,<10.0.0 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/setup.py b/setup.py index b07b6fe6..428d8fbb 100644 --- a/setup.py +++ b/setup.py @@ -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',