From c450be5d45db3d9ed9bb6f0585c8d03a6dbfe22f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:57:40 +0100 Subject: [PATCH] Bump python-slugify from 8.0.2 to 8.0.3 (#377) Bumps [python-slugify](https://github.com/un33k/python-slugify) from 8.0.2 to 8.0.3. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v8.0.2...v8.0.3) --- 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 0fc987f..9cfc0a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openpyxl == 3.1.2 phonenumbers == 8.13.29 python-dateutil == 2.8.2 python-fsutil == 0.13.1 -python-slugify == 8.0.2 +python-slugify == 8.0.3 pyyaml == 6.0.1 requests == 2.31.0 toml == 0.10.2