diff --git a/poetry.lock b/poetry.lock index 3d7299c..5fb1f2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,13 +395,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {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] @@ -808,4 +808,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "1fe3b5b38fc5f1b7c251ed5b60f705fddb51adc7f7ead4b78a3d6f0ec631b0ef" +content-hash = "4a0c82ba769ca8650f2af444df05428be04de56a077f3fc73591bc92eb293104" diff --git a/pyproject.toml b/pyproject.toml index 1050465..03edccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ uritemplate = ">=3.0.1,<5.0.0" [tool.poetry.group.ci.dependencies] dunamai = "1.8.0" -pre-commit = "~2.21" +pre-commit = ">=2.21,<3.5" tox = "^3.26.0" tox-docker = ">=3.1,<5.0" tox-gh-actions = "^2.10.0"