diff --git a/poetry.lock b/poetry.lock index e44e63fc..ee81cd39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1502,14 +1502,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" 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] @@ -2522,4 +2522,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "f97f1a67f97d29aad4e78fd88b7af781f97ceb1402827fe7e0e385bea9a3f83c" +content-hash = "f2fe4d0c15437bb196fdc5ae5683d7ba6424ff5403260d7f4303cb40b36a868d" diff --git a/pyproject.toml b/pyproject.toml index 4c29fe7e..7157aba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ setuptools-git-versioning = "~1.13.1" [tool.poetry.group.dev.dependencies] ipykernel = "~6.25.0" pip = "^23.0.0" -pre-commit = "~3.3.0" +pre-commit = "~3.4.0" taskipy = "~1.12.0" tox = "~4.6.0" tox-gh-actions = "~3.1.0"