Bump ruff from 0.3.5 to 0.3.7 (#1225)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Apr 2024 19:20:30 +0000 (21:20 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 19:20:30 +0000 (21:20 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.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/v0.3.5...v0.3.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 328104082f93d12f6eca50e223de44b112333c74..d3fea8840c6113bca3975fe4394a710a9bd2540f 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest==8.1.1",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==5.0.0",
-  "ruff==0.3.5",
+  "ruff==0.3.7",
 ]
 
 [project.scripts]