Bump ruff from 0.6.5 to 0.6.7 (#1678)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Sep 2024 20:57:46 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 20:57:46 +0000 (22:57 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.7.
- [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.5...0.6.7)

---
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 46347ed71f35dd530055d1ea0be34575ad0531c0..81d127326a7b82177d1a0535cdfb355e954b9572 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.7.1",
   "tomli==2.0.1",
-  "ruff==0.6.5",
+  "ruff==0.6.7",
 ]
 
 [project.scripts]