From 0e337f53f8342cf082b0263be3d141ece94cfe38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:38:30 +0100 Subject: [PATCH] Bump python-slugify from 8.0.1 to 8.0.2 (#372) Bumps [python-slugify](https://github.com/un33k/python-slugify) from 8.0.1 to 8.0.2. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v8.0.1...v8.0.2) --- 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 fb5ed11..14c00c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openpyxl == 3.1.2 phonenumbers == 8.13.27 python-dateutil == 2.8.2 python-fsutil == 0.13.0 -python-slugify == 8.0.1 +python-slugify == 8.0.2 pyyaml == 6.0.1 requests == 2.31.0 toml == 0.10.2