From 6b7f846121cb9a177ad42d7f0aaf8bb692b9af71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:30:13 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.3 to <0.4 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...v0.3.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 1474442..1beb7d7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extras_require={ "develop": [ "black<25", - "ruff<0.3; python_version >= '3.7'", + "ruff<0.4; python_version >= '3.7'", "twine<6", "wheel<1", ],