Chore(deps): Bump ruff from 0.12.11 to 0.12.12 (#2386)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 9 Sep 2025 09:21:29 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Sep 2025 09:21:29 +0000 (11:21 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.11 to 0.12.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.12.11...0.12.12)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 0366c1be75c229d7c621f80c542575b60b86b5bf..bcf55cbd47d4a937f2cb0c4ff96ae346629077cf 100644 (file)
@@ -56,7 +56,7 @@ test = [
   "pytest-cov==6.2.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.12.11",
+  "ruff==0.12.12",
 ]
 
 [project.scripts]