Bump ruff from 0.4.8 to 0.4.9 (#1374)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Jun 2024 18:04:52 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 18:04:52 +0000 (20:04 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9.
- [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.4.8...v0.4.9)

---
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 14a1e52f730f2952a8d4e730b59e07cd1a8f1210..2d8534a8012139dc03ac8c2af947d94f0d06f363 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "pytest-aiohttp==1.0.5",
   "pytest-cov==5.0.0",
   "tomli==2.0.1",
-  "ruff==0.4.8",
+  "ruff==0.4.9",
 ]
 
 [project.scripts]