From 2d5da83bbb3001f3e7c5a986482271ce6bf04fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:25:27 +0000 Subject: [PATCH] Update ruff requirement from <0.12.11,>0.0.215 to >0.0.215,<0.15.22 --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a63fe6b..48a1093b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ qa = [ # in local development these are provided globally, here for GHA "pre-commit>=2.9,<4.7", # Allow us to run pre-commit hooks in testing "pre-commit-uv>=4.1,<4.3", - "ruff>0.0.215,<0.12.11", + "ruff>0.0.215,<0.15.22", ] tooling = [ # in local development these are provided globally "rmi-dispatch[qa]",