Chore(deps-dev): Bump ruff from 0.14.9 to 0.14.13 (#2995)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 20 Jan 2026 08:29:51 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jan 2026 08:29:51 +0000 (09:29 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.9 to 0.14.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.14.9...0.14.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.13
  dependency-type: direct:development
  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 5078e91c34f80612e2549ce95dfa46bb24287da7..b8e566d21a145a6d970495cf95a77ea15d45218a 100644 (file)
@@ -64,7 +64,7 @@ test = [
   "pytest-cov==7.0.0",
   "syrupy==5.0.0",
   "tomli==2.3.0",
-  "ruff==0.14.9",
+  "ruff==0.14.13",
 ]
 
 [project.scripts]