From 6a64ff8d179590d17e14fcbfffc750e23ad2e565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:10:18 +0000 Subject: [PATCH] Update ruff requirement from <0.8 to <0.9 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.18...0.8.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05ae6fe8..f69bc2dc 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def read(path): "createcoverage>=1,<2", "mypy<1.14", "poethepoet<0.32", - "ruff<0.8", + "ruff<0.9", "stopit>=1.1.2,<2", "tox>=3,<5", "pytz",