build(deps-dev): bump ruff from 0.4.5 to 0.4.6 (#1329)

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

---
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-05-30 02:13:34 +00:00
committed by GitHub
parent 5da8701018
commit 9a5557a89a
2 changed files with 20 additions and 20 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.0.275,<0.4.6"
ruff = ">=0.0.275,<0.4.7"
# types
mypy = "^1.8.0"