diff --git a/poetry.lock b/poetry.lock index 5275a0fa..67bbc795 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,7 +484,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.11.1" +version = "2.16.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -965,7 +965,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5cad4ed21ff84c53df1dd297b255b5f2f29a9fb446e1bbdb37fc51a11f5e6729" +content-hash = "e43708d931ab521860165c7a48c000448d1008819a582b9a6563e06b1a648eb5" [metadata.files] alabaster = [ @@ -1265,8 +1265,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.11.1-py2.py3-none-any.whl", hash = "sha256:94c82f1bf5899d56edb1d926732f4e75a7df29a0c8c092559c77420c9d62428b"}, - {file = "pre_commit-2.11.1.tar.gz", hash = "sha256:de55c5c72ce80d79106e48beb1b54104d16495ce7f95b0c7b13d4784193a00af"}, + {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"}, + {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-3.4.0-py2.py3-none-any.whl", hash = "sha256:b1d329fc712f53f56af7c4a0ac08c414a7fcfd634dbd829c3a03f39cfb9c3574"}, diff --git a/pyproject.toml b/pyproject.toml index 1b0e290b..4e39679b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ typeguard = "^2.12.1" xdoctest = {extras = ["colors"], version = "^0.15.0"} sphinx = "^3.5.3" sphinx-autobuild = "^2021.3.14" -pre-commit = "^2.11.1" +pre-commit = "^2.16.0" flake8 = "^3.9.0" black = "^20.8b1" flake8-bandit = "^2.1.2"