From b20c0b35b9285cd304c6461407495217c247d553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:41:54 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.4 to <0.5 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.4.1) --- 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 8cb7367..7957a3b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extras_require={ "develop": [ "black<25", - "ruff<0.4; python_version >= '3.7'", + "ruff<0.5; python_version >= '3.7'", "twine<6", "wheel<1", ],