From 5705a90ea9a4e974fe573ff190b83891015e2d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:00:11 +0000 Subject: [PATCH] Bump python-slugify from 6.1.2 to 8.0.1 Bumps [python-slugify](https://github.com/un33k/python-slugify) from 6.1.2 to 8.0.1. - [Release notes](https://github.com/un33k/python-slugify/releases) - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v6.1.2...v8.0.1) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04945b4..3c60e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ uvicorn==0.18.2 fastapi==0.79.0 Unidecode==1.3.4 databases==0.6.0 -python-slugify==6.1.2 +python-slugify==8.0.1 asyncpg==0.26.0 loguru==0.6.0 aiosql==5.0