From dd2a2e3e0ba409566f0720e0dfb0755e2e32ddde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:42:55 +0100 Subject: [PATCH] Bump python-slugify from 8.0.3 to 8.0.4 (#385) Bumps [python-slugify](https://github.com/un33k/python-slugify) from 8.0.3 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.3...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 9974156..4b28603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openpyxl == 3.1.2 phonenumbers == 8.13.29 python-dateutil == 2.9.0 python-fsutil == 0.13.1 -python-slugify == 8.0.3 +python-slugify == 8.0.4 pyyaml == 6.0.1 requests == 2.31.0 toml == 0.10.2