diff --git a/poetry.lock b/poetry.lock index 6af80d5..3733ae6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1683,13 +1683,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, + {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, ] [package.dependencies] @@ -2898,4 +2898,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b5d5909a73d6bb9b6274250ec8da972823ef643f2b2559da95dfcb7a06e5d739" +content-hash = "ed5a30be967e35b684fc2f05198d86f9dce86b59cd0c65ce22d5385672259e4c" diff --git a/pyproject.toml b/pyproject.toml index bc5a298..c52a453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mypy = "^1.5" myst-parser = "^2.0.0" nox = "^2023.4.22" polars = ">=0.16" -pre-commit = "^3.3.2" +pre-commit = "^3.4.0" pytest = ">7" # pytest-regtest compat https://gitlab.com/uweschmitt/pytest-regtest/-/merge_requests/9 py = "1.11"