From 347be331e726d4a36d30bdb159ec19a586c15bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 23:19:38 +0100 Subject: [PATCH] Update python-slugify requirement from <6.1.3,>=4.0 to >=4.0,<7.0.1 (#486) Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version. - [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/4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 f84d0f94..9f9ecef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asyncio-throttle>=1.0,<=1.0.2 aiofiles>=0.7.0,<22.1.1 databases>=0.5,<0.6.5 aiosqlite>=0.13,<=0.17 -python-slugify>=4.0,<6.1.3 +python-slugify>=4.0,<7.0.1 memory-tempfile<=2.2.3 pillow>=8.0,<9.4.0 unidecode>=1.0,<1.3.7 -- 2.34.1