diff --git a/poetry.lock b/poetry.lock index 3af4369..0074f23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,13 +673,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.1.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.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -1263,4 +1263,4 @@ tortoise-orm = ["tortoise-orm"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "33a85f47d71c6ee26911c6d60aaafd4b9370f195f420a812ab00ea7b8def738b" +content-hash = "13eef7cb380495f5efb1cc6ca90b4586555ce5c28d0db54e472b5e354f41d2df" diff --git a/pyproject.toml b/pyproject.toml index 1e1d788..c5cb394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ httpx = ">=0.23.3,<0.29.0" asgi-lifespan = "^2.0.0" ruff = ">=0.5.1,<0.9.5" mypy = ">=0.991,<1.15" -pre-commit = ">=2.21,<4.0" +pre-commit = ">=2.21,<5.0" uvicorn = ">=0.20,<0.35" dirty-equals = ">=0.6,<0.10" faker = ">=19.3,<36.0"