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

10
poetry.lock generated
View File

@ -1631,13 +1631,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "2.21.0"
version = "3.5.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
{file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
{file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"},
{file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"},
]
[package.dependencies]
@ -3182,4 +3182,4 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "4a24ab1ef7ca0980c2ca8788a1460f94440d24bcf1c6954e19dc517a7aeaa9e3"
content-hash = "6b460a9fed7d56a05e99d51541932684027e069102afe782a224f211d7563b00"

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"