Chore(deps): Bump ruff from 0.9.1 to 0.9.2 (#1896)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 21 Jan 2025 19:04:21 +0000 (20:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 19:04:21 +0000 (20:04 +0100)
Chore(deps): Bump ruff from 0.8.6 to 0.9.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.2.
- [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.8.6...0.9.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  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 8c5853d8d9f576445257c127489fb1a887d203e3..464fc5f578883819273184bfed5640c680ea4492 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.8.1",
   "tomli==2.2.1",
-  "ruff==0.9.1",
+  "ruff==0.9.2",
 ]
 
 [project.scripts]