diff --git a/poetry.lock b/poetry.lock index 15ebbf3f6..65836e5fc 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.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-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.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, + {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, ] [package.dependencies] @@ -3400,4 +3400,4 @@ wtforms = ">=3.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "f0063e4e2ddb6865778bdfa90156d48b2897cd9ca776fe325189b671c2bd2384" +content-hash = "4704f47af4dd6f5f80a34f56ec3a2adbf43c77bda530d24ddd306b0a5e20d880" diff --git a/pyproject.toml b/pyproject.toml index 254fa2f53..43471f6b3 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.2.0" pytest = "8.3.4" pytest-cov = "6.0.0" pytest-env = "1.1.5"