Chore(deps): Bump ruff from 0.9.2 to 0.9.4 (#1936)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 4 Feb 2025 11:33:35 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 11:33:35 +0000 (12:33 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.2 to 0.9.4.
- [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.2...0.9.4)

---
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 de7778959547d5423b7fad5c20ea3a59c7b43c0f..424ab6d9c22c3663118a00d9f32891ad3b4df760 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.8.1",
   "tomli==2.2.1",
-  "ruff==0.9.2",
+  "ruff==0.9.4",
 ]
 
 [project.scripts]