Chore(deps-dev): Bump ruff from 0.13.2 to 0.14.3 (#2591)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 5 Nov 2025 15:27:44 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 15:27:44 +0000 (16:27 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.2 to 0.14.3.
- [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.13.2...0.14.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index c287eec7a4176d63f175f257181ab207dd4eec13..4056ac55dc601ac212b837ec231fdcdd173a24c9 100644 (file)
@@ -61,7 +61,7 @@ test = [
   "pytest-cov==7.0.0",
   "syrupy==5.0.0",
   "tomli==2.3.0",
-  "ruff==0.13.2",
+  "ruff==0.14.3",
 ]
 
 [project.scripts]