diff --git a/poetry.lock b/poetry.lock index f1a2a29c..522c2425 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1137,14 +1137,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" 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.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, + {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, ] [package.dependencies] @@ -1858,4 +1858,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "630aec53deb4bc8d016d8c6f356f635c8ea55e30b26a62121b7d89e348ceb2c6" +content-hash = "a690a74a5ada95be549f1af5de4ffe30f42fea4feabfca71bf935e8b9df9f665" diff --git a/pyproject.toml b/pyproject.toml index e3479e8d..e825c03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8-markdown = "^0.3.0" flake8-simplify = "^0.19.3" isort = "^5.10.1" mypy = "^0.991" -pre-commit = "^2.20.0" +pre-commit = ">=2.20,<4.0" pre-commit-hooks = "^4.3.0" pylint = "^2.15.6" pytest = "^7.2.0"