From 9447cde9422239f7ae717df220e5924e15fb6fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:52:37 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.7 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 5851f7e..de0386a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extras_require={ "develop": [ "black<25", - "ruff<0.7; python_version >= '3.7'", + "ruff<0.9; python_version >= '3.7'", "twine<6", "wheel<1", ],