diff --git a/poetry.lock b/poetry.lock index 5faed1c..0aedc2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2f6838e..2c931df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"