From d8d15de39db9cfc05e693f9887477c3e32693dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 14:21:57 +0200 Subject: [PATCH] Update python-slugify requirement from <=6.1.1,>=4.0 to >=4.0,<6.1.3 (#280) 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...v6.1.2) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production ... 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 791407c4..a637a057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asyncio-throttle>=1.0,<=1.0.2 aiofiles>=0.7,<=0.8.0 databases>=0.5,<=0.5.5 aiosqlite>=0.13,<=0.17 -python-slugify>=4.0,<=6.1.1 +python-slugify>=4.0,<6.1.3 memory-tempfile<=2.2.3 pillow>=8.0,<9.1.1 unidecode>=1.0,<=1.3.4 -- 2.34.1