Bump ruff from 0.1.1 to 0.1.5 (#917)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 11 Nov 2023 11:17:09 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 11:17:09 +0000 (12:17 +0100)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.1 to 0.1.5.
- [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.1...v0.1.5)

---
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 509b344176dfe20e26701dc138fdf8e1ab151b19..b409b4214c397359ef35e8f494e773d09bb7aea4 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "black==23.7.0",
   "codespell==2.2.5",
   "mypy==1.6.1",
-  "ruff==0.1.1",
+  "ruff==0.1.5",
   "pytest==7.4.3",
   "pytest-asyncio==0.21.1",
   "pytest-aiohttp==1.0.5",