Bump ruff from 0.5.1 to 0.5.2 (#1502)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 16 Jul 2024 07:41:31 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 07:41:31 +0000 (09:41 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.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.5.1...0.5.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 4883e9f272da04bc97831f50492434ea0c55204a..e852e7717f4a29a97e6c4d9d4fd17ae5abd7b48c 100644 (file)
@@ -54,7 +54,7 @@ test = [
   "pytest-cov==5.0.0",
   "syrupy==4.6.1",
   "tomli==2.0.1",
-  "ruff==0.5.1",
+  "ruff==0.5.2",
 ]
 
 [project.scripts]