diff --git a/poetry.lock b/poetry.lock index e2ca9a1..776a87f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -816,14 +816,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] 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.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, + {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, ] [package.dependencies] @@ -1567,4 +1567,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b40d7706ef28adaa4f25b86baadfaa616c358f12b9c2f3559a3fd2e5b95c2af1" +content-hash = "fefe34ed1de86e4c6ded2f61c0dd214fb1bd8c87512ecada2f78b4a13cd87735" diff --git a/pyproject.toml b/pyproject.toml index a38eed9..1c5a5ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest-asyncio = "^0.23.0" pytest-cov = "^4.0.0" pytest-mock = "^3.12.0" ruff = "^0.11.0" -pre-commit = "^3.6.0" +pre-commit = "^4.0.0" nox = "^2025.0.0" commitizen = "^3.0.0"