From f6c13a8b6edcdf567dc8d6670d4fdd2b4349f725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:23:14 +0000 Subject: [PATCH] Update python-slugify requirement from <9,>=6 to >=6,<10 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/v6.0.0...v9.0.0) --- updated-dependencies: - dependency-name: python-slugify dependency-version: 9.0.0 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 272b76a..05d6df4 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ "click>=7,<9", "furl>=2,<3", "subprocess-tee>=0.3,<1", - "python-slugify>=6,<9", + "python-slugify>=6,<10", "tld>=0.10,<1", ], extras_require={