From a6ff118ea3dfbe7bf7060e83acacd061875de356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:39:05 +0000 Subject: [PATCH] chore(deps): update python-slugify requirement from >=8.0.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6aa6a08..06bc7cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -python-slugify>=8.0.0 +python-slugify>=8.0.4