Chore(deps): Bump ruff from 0.9.4 to 0.9.6 (#1963)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Feb 2025 20:18:58 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 20:18:58 +0000 (21:18 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.4 to 0.9.6.
- [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.9.4...0.9.6)

---
updated-dependencies:
- dependency-name: ruff
  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 8ef1d9f4e8927239706255b5289a1d342ba4039b..8d275d03886fd3d0e874b9d45a8cc4c195c88e03 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.8.1",
   "tomli==2.2.1",
-  "ruff==0.9.4",
+  "ruff==0.9.6",
 ]
 
 [project.scripts]