Bump ruff from 0.3.3 to 0.3.4 (#1195)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Apr 2024 17:35:40 +0000 (19:35 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 17:35:40 +0000 (19:35 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4.
- [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.3...v0.3.4)

---
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 4a411f65123a475ccce843c285c52614b4da5460..bbb7b51fa3c1861f7676e0f608a4e50d1931a431 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest==8.1.1",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==5.0.0",
-  "ruff==0.3.3",
+  "ruff==0.3.4",
   "safety==3.0.1",
 ]