diff --git a/poetry.lock b/poetry.lock index 84844d9..1d5f788 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,13 +1198,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -1978,4 +1978,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9cf8f3520a0aab5783718b8a60c64a4eb43abe58826bfaf2e90b9e5a0f8b63e0" +content-hash = "6e1ba98f1dcf4afbf308d91219522da8d805bb4c157856f7e8a1440b1513e764" diff --git a/pyproject.toml b/pyproject.toml index 912c862..f9b4cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest-asyncio = ">=0.23.3,<0.25.0" pytest-cov = ">=4.1,<6.0" ruff = ">=0.5.0,<0.7.0" mypy = "^1.8.0" -pre-commit = "^3.6.0" +pre-commit = ">=3.6,<5.0" httpx = ">=0.26,<0.28" asgi-lifespan = "^2.1.0" click = "^8.1.7"