From 90b29fbd1cde58f72bff511153f304732de8bc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:10:44 +0000 Subject: [PATCH] chore(deps): bump python-slugify from 8.0.1 to 8.0.2 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] --- requirements/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/main.txt b/requirements/main.txt index d245bc7c3108..36a67e4aeb78 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -1409,9 +1409,9 @@ python-dateutil==2.8.2 \ # celery-redbeat # elasticsearch-dsl # google-cloud-bigquery -python-slugify==8.0.1 \ - --hash=sha256:70ca6ea68fe63ecc8fa4fcf00ae651fc8a5d02d93dcd12ae6d4fc7ca46c4d395 \ - --hash=sha256:ce0d46ddb668b3be82f4ed5e503dbc33dd815d83e2eb6824211310d3fb172a27 +python-slugify==8.0.2 \ + --hash=sha256:428ea9b00c977b8f6c097724398f190b2c18e2a6011094d1001285875ccacdbf \ + --hash=sha256:a1a02b127a95c124fd84f8f88be730e557fd823774bf19b1cd5e8704e2ae0e5e # via -r requirements/main.in pytz==2023.4 \ --hash=sha256:31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40 \