Chore(deps): Bump ruff from 0.11.13 to 0.12.4 (#2285)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 25 Jul 2025 15:15:18 +0000 (17:15 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 15:15:18 +0000 (17:15 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.12.4.
- [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.11.13...0.12.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

index 10f57f8859198e288409adcbd8f5685714017b00..e3262de787544df62ed61cc2d12d204a585d32c2 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==6.2.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.11.13",
+  "ruff==0.12.4",
 ]
 
 [project.scripts]