Chore(deps): Bump ruff from 0.12.8 to 0.12.10 (#2355)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 26 Aug 2025 10:02:32 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Aug 2025 10:02:32 +0000 (12:02 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.8 to 0.12.10.
- [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.8...0.12.10)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.10
  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 43296a6ed878431ed6d18ef865292d145bd5963e..8a0cfbc71322ac544259895b169cedf146dc9ec2 100644 (file)
@@ -56,7 +56,7 @@ test = [
   "pytest-cov==6.2.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.12.8",
+  "ruff==0.12.10",
 ]
 
 [project.scripts]