From c5db7bd9f206fb9132873083081f176818ef1e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:59:00 +0000 Subject: [PATCH] Update ruff requirement from <0.10,>=0.9 to >=0.15.21,<0.16 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/0.9.0...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index dbc11d9..9ebd0ab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Developer / CI tooling — NOT installed into the runtime image. # Install locally with: pip install -r requirements-dev.txt # (pytest itself ships in requirements.txt so the image can run the suite.) -ruff>=0.9,<0.10 +ruff>=0.15.21,<0.16 pre-commit>=4.0