Chore(deps): Bump ruff from 0.12.7 to 0.12.8 (#2323)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 15 Aug 2025 19:40:59 +0000 (21:40 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Aug 2025 19:40:59 +0000 (21:40 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.7 to 0.12.8.
- [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.7...0.12.8)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.8
  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 4095cb1111e029079d4ee66b850d7a3943fa8d93..3422f38dad318b6e6ccb950705679bd3cd0dd016 100644 (file)
@@ -56,7 +56,7 @@ test = [
   "pytest-cov==6.2.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.12.7",
+  "ruff==0.12.8",
 ]
 
 [project.scripts]