From 6e2e10c65f9aeaf8a9a68c220a464f43caecda4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:50:50 +0000 Subject: [PATCH] chore(deps): update python-slugify requirement from >=8.0 to >=8.0.4 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/v8.0.0...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify dependency-version: 8.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db6d71b..960cb2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "defusedxml>=0.7", "Pillow>=10.0,<13", "cairosvg>=2.7,<3", - "python-slugify>=8.0", + "python-slugify>=8.0.4", "cachetools>=5.3", "py-svg-hush>=0.3", "httpx>=0.27",