Bump ruff from 0.6.1 to 0.6.2 (#1618)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 26 Aug 2024 20:12:14 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2024 20:12:14 +0000 (22:12 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.1 to 0.6.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.6.1...0.6.2)

---
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 54a042a7990b4ea3beb15dda8197a4a7f685bc20..337a3cb0d576ec06c7ac70cf77cedce333b8dd30 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.6.1",
   "tomli==2.0.1",
-  "ruff==0.6.1",
+  "ruff==0.6.2",
 ]
 
 [project.scripts]