Bump ruff from 0.6.8 to 0.6.9 (#1701)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 8 Oct 2024 10:40:51 +0000 (12:40 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 10:40:51 +0000 (12:40 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.9.
- [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.6.8...0.6.9)

---
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 1c1aa117dfcda70c8d3c3549b30b0928f8efa191..06abebb47c7eeb35fbc9cfa9e48bac73af44273c 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.7.1",
   "tomli==2.0.1",
-  "ruff==0.6.8",
+  "ruff==0.6.9",
 ]
 
 [project.scripts]