Bump ruff from 0.2.1 to 0.2.2 (#1111)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 26 Feb 2024 19:25:52 +0000 (20:25 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 19:25:52 +0000 (20:25 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.2.
- [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.2.1...v0.2.2)

---
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 ab21e5b78622e24f733d9fe993df735a5cbb4e79..429b3aea636c0228ad8536f88da98e2099882e1e 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest==8.0.2",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==4.1.0",
-  "ruff==0.2.1",
+  "ruff==0.2.2",
   "safety==3.0.1",
 ]