build(deps-dev): bump ruff from 0.0.275 to 0.4.5 (#1315)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.4.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.0.275...v0.4.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-05-27 03:24:23 +00:00
committed by GitHub
parent 6cc9ef77b3
commit 41e53bd93a
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"
black = "^24.1.0"
ruff = "^0.0.275"
ruff = ">=0.0.275,<0.4.6"
# types
mypy = "^1.8.0"