Bump ruff from 0.6.4 to 0.6.5 (#1667)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 16 Sep 2024 21:25:52 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 21:25:52 +0000 (23:25 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.5.
- [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.4...0.6.5)

---
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 aca26190b90be90711d4e0b8f4757f60346ecdf0..a4a913b3e8cb005c036cc038ca9eee834dfff05b 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.7.1",
   "tomli==2.0.1",
-  "ruff==0.6.4",
+  "ruff==0.6.5",
 ]
 
 [project.scripts]