Bump ruff from 0.3.4 to 0.3.5 (#1212)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Apr 2024 19:06:38 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 19:06:38 +0000 (21:06 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.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/v0.3.4...v0.3.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 4aa258c9da3558205e90b0ced79a1eea564bf6f9..ea363cf1571a8fbeb7d6543c1333e22fa716f3e2 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest==8.1.1",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==5.0.0",
-  "ruff==0.3.4",
+  "ruff==0.3.5",
 ]
 
 [project.scripts]