diff --git a/poetry.lock b/poetry.lock index a8b353b..1815079 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.0.3" 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.0.3-py2.py3-none-any.whl", hash = "sha256:83e2e8cc5cbb3691cff9474494816918d865120768aa36c9eda6185126667d21"}, + {file = "pre_commit-3.0.3.tar.gz", hash = "sha256:4187e74fda38f0f700256fb2f757774385503b04292047d0899fc913207f314b"}, ] [package.dependencies] @@ -1099,4 +1099,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d2b09a9f4c2774f8bf305bede6accfd06145ac647db4e68566b06f63dd4ef3c2" +content-hash = "e08668afb7c326dd4675ff57bfdfc04e9e1fd0cb274df68bc729a3fd0c6fecd8" diff --git a/pyproject.toml b/pyproject.toml index 66109e8..6313b0f 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.0.3" pydocstyle = "^6.1.1" pylint = "^2.15.4" pytest = "^6.2.5"