Bump ruff from 0.1.7 to 0.1.9 (#978)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 30 Dec 2023 01:47:17 +0000 (02:47 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Dec 2023 01:47:17 +0000 (02:47 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.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.1.7...v0.1.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 99395863eb5babcf5a5bd60abdc6749c0bf8dff3..36cfe195c4212466e67a11c333fab71103095260 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "black==23.11.0",
   "codespell==2.2.6",
   "mypy==1.7.1",
-  "ruff==0.1.7",
+  "ruff==0.1.9",
   "pytest==7.4.3",
   "pytest-asyncio==0.23.2",
   "pytest-aiohttp==1.0.5",