Chore(deps): Bump ruff from 0.11.11 to 0.11.13 (#2220)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 Jun 2025 21:20:02 +0000 (23:20 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 21:20:02 +0000 (23:20 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.11 to 0.11.13.
- [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.11...0.11.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.13
  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 ecc6ef44f08a3ca93821524775890085d5d39854..113c20bae9b1eb3a5c175d85b4cd873cf5c39b93 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==6.1.1",
   "syrupy==4.9.1",
   "tomli==2.2.1",
-  "ruff==0.11.11",
+  "ruff==0.11.13",
 ]
 
 [project.scripts]