From 90a895f61339d350e970132b1d5f1e8dd62426bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:11:45 +0000 Subject: [PATCH] Update python-slugify requirement from <7,>=6 to >=6,<9 Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v6.0.0...v8.0.1) --- updated-dependencies: - dependency-name: python-slugify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e216fd..695e4c7 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ "click>=7,<9", "furl>=2,<3", "subprocess-tee>=0.3,<1", - "python-slugify>=6,<7", + "python-slugify>=6,<9", "tld>=0.10,<1", ], extras_require={