From 52271594d7a4f8838fb12a389cdf3f348cee7725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:02:58 +0000 Subject: [PATCH] Bump python-slugify from 6.1.2 to 8.0.4 Bumps [python-slugify](https://github.com/un33k/python-slugify) from 6.1.2 to 8.0.4. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v6.1.2...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec05d35..e124e962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pymupdf==1.26.5", "python-dateutil==2.8.2", "python-dotenv==0.20.0", - "python-slugify==6.1.2", + "python-slugify==8.0.4", "redis==4.3.4", "regex==2022.6.2", "requests>=2.27.1",