diff --git a/poetry.lock b/poetry.lock index cb61f405f..0d25bf0dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2050,13 +2050,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.1" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {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"}, ] [package.dependencies] @@ -3255,4 +3255,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9b375e31398208abc8c62fa3f6b72cc7b88e38fbf56e810a572eab41b16e3a79" +content-hash = "b791d18ac96d5fc896b14f1fd341442be8a8c2ba31031ccb1331a3a8494bb0e5" diff --git a/pyproject.toml b/pyproject.toml index f7a60b79a..14a636feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ipython = "^8.26.0" mypy = "1.10.1" myst-parser = "3.0.1" pandas = "^2.2.1" -pre-commit = "3.7.1" +pre-commit = "4.0.1" pytest = "8.1.1" pytest-cov = "5.0.0" pytest-env = "1.0.1"