build(deps-dev): bump pre-commit from 2.21.0 to 3.5.0 (#1327)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.5.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.5.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-06-09 14:44:36 +02:00
committed by GitHub
parent fbde81146a
commit ef705cc33c
2 changed files with 6 additions and 6 deletions

View File

@ -121,7 +121,7 @@ yappi = "^1.6.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.6.0"
pre-commit = "^2.21.0"
pre-commit = ">=2.21,<4.0"
httpx = ">=0.24.1,<0.28.0"
asgi-lifespan = "^2.1.0"
pydantic-extra-types = "^2.5.0"