From 8030884148e9e11e91408f89148791fd4a022804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 22:15:29 -0700 Subject: [PATCH] Update python-slugify requirement from >=1.2.1 to >=8.0.4 (#1314) Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/1.2.1...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify dependency-version: 8.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-docker.txt | 2 +- requirements-osx-legacy.txt | 2 +- requirements-win7.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 3b5c1d4..193bb24 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,7 +1,7 @@ Pillow>=11.3.0 psutil>=5.9.5 requests>=2.34.2 -python-slugify>=1.2.1 +python-slugify>=8.0.4 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 d809eb6..90eb637 100644 --- a/requirements-osx-legacy.txt +++ b/requirements-osx-legacy.txt @@ -2,7 +2,7 @@ PySide6==6.4.3 Pillow>=11.3.0 psutil>=5.9.5 requests>=2.34.2 -python-slugify>=1.2.1 +python-slugify>=8.0.4 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/requirements-win7.txt b/requirements-win7.txt index 60d83fb..637f428 100644 --- a/requirements-win7.txt +++ b/requirements-win7.txt @@ -2,7 +2,7 @@ PySide6==6.1.3 Pillow>=9 psutil>=5.9.5 requests>=2.34.2 -python-slugify>=1.2.1 +python-slugify>=8.0.4 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0 diff --git a/requirements.txt b/requirements.txt index 3fe6f93..ca8358b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PySide6<6.10 Pillow>=11.3.0 psutil>=5.9.5 requests>=2.34.2 -python-slugify>=1.2.1,<9.0.0 +python-slugify>=8.0.4,<9.0.0 packaging>=26.2 mozjpeg-lossless-optimization>=1.2.0 natsort>=8.4.0