diff --git a/poetry.lock b/poetry.lock index 15ebbf3f6..c2dc4dcf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2170,14 +2170,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.3.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-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {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] @@ -3400,4 +3400,4 @@ wtforms = ">=3.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "f0063e4e2ddb6865778bdfa90156d48b2897cd9ca776fe325189b671c2bd2384" +content-hash = "3defaf2deab0d03b3f14a84bd0076c8aab3602d65e0c08ec4d12732b94514690" diff --git a/pyproject.toml b/pyproject.toml index 254fa2f53..758c331c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ipython = "^8.30.0" mypy = "1.13.0" myst-parser = "4.0.1" pandas = "^2.2.1" -pre-commit = "4.0.1" +pre-commit = "4.3.0" pytest = "8.3.4" pytest-cov = "6.0.0" pytest-env = "1.1.5"