diff --git a/poetry.lock b/poetry.lock index fed0e245f..8c8c85eef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1861,14 +1861,35 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" +groups = ["dev"] +markers = "python_version < \"3.10\"" +files = [ + {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, +] + +[package.dependencies] +cfgv = ">=2.0.0" +identify = ">=1.0.0" +nodeenv = ">=0.11.1" +pyyaml = ">=5.1" +virtualenv = ">=20.10.0" + +[[package]] +name = "pre-commit" +version = "4.5.1" +description = "A framework for managing and maintaining multi-language pre-commit hooks." +optional = false +python-versions = ">=3.10" groups = ["dev"] +markers = "python_version >= \"3.10\"" files = [ - {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"}, + {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -3157,4 +3178,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.1" python-versions = "^3.9.0" -content-hash = "4cc0a34e2511c8602129317217a34916f87975c28b592c5cdc00f232e3322a4a" +content-hash = "d79bbf3293246f5548c3b889223f9e04ac4a9939217b18c5b63832c73044a137" diff --git a/pyproject.toml b/pyproject.toml index 6a5624c25..3134de492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ yappi = "^1.6.0" pytest-benchmark = "^4.0.0" nest-asyncio = "^1.6.0" -pre-commit = ">=2.21,<4.0" +pre-commit = ">=2.21,<5.0" httpx = ">=0.28.0" asgi-lifespan = "^2.1.0" pydantic-extra-types = "^2.5.0"