From 3c967d49e4e37410d95bfe057f6245f38d4bea7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:54:14 +0000 Subject: [PATCH] Bump ruff from 0.15.9 to 0.15.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.12. - [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.15.9...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 7f453034..6fba1011 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -10,7 +10,7 @@ mss==10.2.0 defusedxml==0.7.1 # Quality tooling — used by .github/workflows/quality.yml and locally. -ruff==0.15.9 +ruff==0.15.12 bandit==1.9.4 pytest==9.0.2 pytest-timeout==2.4.0