diff --git a/poetry.lock b/poetry.lock index a8b353b..38fa4b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -636,14 +636,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.2.1" 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.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"}, + {file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"}, ] [package.dependencies] @@ -1099,4 +1099,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d2b09a9f4c2774f8bf305bede6accfd06145ac647db4e68566b06f63dd4ef3c2" +content-hash = "2746f09a2334f9e5a517f22dec9aa8ddbb7edf483585710b46e3532d7fae8692" diff --git a/pyproject.toml b/pyproject.toml index 66109e8..ce63b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ darglint = "^1.8.1" isort = { extras = ["colors"], version = "^5.10.1" } mypy = "^0.990" mypy-extensions = "^0.4.3" -pre-commit = "^2.15.0" +pre-commit = "^3.2.1" pydocstyle = "^6.1.1" pylint = "^2.15.4" pytest = "^6.2.5"