Chore(deps): Bump ruff from 0.11.2 to 0.11.5 (#2131)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 15 Apr 2025 09:34:21 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 09:34:21 +0000 (11:34 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.11.5.
- [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.2...0.11.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.5
  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 d7c2a7c0e8d895432ee67289bc5f075f8d755893..ff79c9197adc9f92a97d829c874362998d7e880d 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==6.1.1",
   "syrupy==4.8.2",
   "tomli==2.2.1",
-  "ruff==0.11.2",
+  "ruff==0.11.5",
 ]
 
 [project.scripts]