diff --git a/poetry.lock b/poetry.lock index a8b353b..f9eb345 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.1.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.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, + {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, ] [package.dependencies] @@ -1099,4 +1099,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d2b09a9f4c2774f8bf305bede6accfd06145ac647db4e68566b06f63dd4ef3c2" +content-hash = "1290855d7345514115f47a5f1063fe9f1f579e3384079e596d1d2b61c50cb3ab" diff --git a/pyproject.toml b/pyproject.toml index 66109e8..e57df68 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.1.1" pydocstyle = "^6.1.1" pylint = "^2.15.4" pytest = "^6.2.5"