Chore(deps): Bump ruff from 0.12.10 to 0.12.11 (#2365)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Sep 2025 13:53:53 +0000 (15:53 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Sep 2025 13:53:53 +0000 (15:53 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.10 to 0.12.11.
- [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.10...0.12.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.11
  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 2c27f9f34f76d21aa6226e2db3920f5ab0ffe31a..0366c1be75c229d7c621f80c542575b60b86b5bf 100644 (file)
@@ -56,7 +56,7 @@ test = [
   "pytest-cov==6.2.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.12.10",
+  "ruff==0.12.11",
 ]
 
 [project.scripts]