From e991bf61a0d5c920abc6f9d346d2bbd56b9b1030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:40:00 +0100 Subject: [PATCH] Bump python-slugify from 8.0.2 to 8.0.4 (#372) Bumps [python-slugify](https://github.com/un33k/python-slugify) from 8.0.2 to 8.0.4. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v8.0.2...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed54bb9..f776940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django >= 2.2 django-colorfield == 0.11.0 -python-slugify == 8.0.2 +python-slugify == 8.0.4