build(deps-dev): bump ruff from 0.5.0 to 0.5.1 (#1379)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.1.
- [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/0.5.0...0.5.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  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>
This commit is contained in:
dependabot[bot]
2024-07-08 02:19:56 +00:00
committed by GitHub
parent 23ba551cb3
commit c756e1c8bf
2 changed files with 21 additions and 21 deletions

View File

@ -91,7 +91,7 @@ pytest-asyncio = ">=0.21,<0.24"
fastapi = ">=0.109.1,<0.112.0"
black = "^24.1.0"
ruff = ">=0.5.0,<0.5.1"
ruff = ">=0.5.1,<0.5.2"
# types
mypy = "^1.8.0"