Bump ruff from 0.4.3 to 0.4.4 (#1297)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 15 May 2024 22:26:48 +0000 (00:26 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 22:26:48 +0000 (00:26 +0200)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.3 to 0.4.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.4.3...v0.4.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 901214e1267459d178888eb409585a34cb467e41..ea643262ee8c5df92c17001e386e645719c6bbf5 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "pytest-aiohttp==1.0.5",
   "pytest-cov==5.0.0",
   "tomli==2.0.1",
-  "ruff==0.4.3",
+  "ruff==0.4.4",
 ]
 
 [project.scripts]