diff --git a/poetry.lock b/poetry.lock index 68c2ab2..50d0cd4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -593,14 +593,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.1.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["test"] files = [ - {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"}, + {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] @@ -1039,4 +1039,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "f242e2fff8c655f6d7ca0ae6760fbcd3b37b28a3cdb602808785f2d288ed4110" +content-hash = "d26a1bc25fb5ed1adbb915c78dda9cd5a3be4b9c654941cf3fe52cd556fe22dd" diff --git a/pyproject.toml b/pyproject.toml index 5bed000..73d352d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-asyncio = ">=0.20.3,<1.3.0" pytest-benchmark = "^5.1.0" pytest-integration = "^0.2.3" isort = ">=6.1.0,<7.0.0" -pre-commit = ">=3.0.4,<5.0.0" +pre-commit = ">=4.3.0,<5.0.0" black = ">=25.11.0,<26.0" mypy = "^1.19.1" flake8 = ">=6"