diff --git a/poetry.lock b/poetry.lock index 8e657a67..354706de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -519,7 +519,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.9.3" +version = "2.11.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -995,7 +995,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 = "10bbd9438ad62b41c1f8a5726a5a3407905942f31d2b10e8cd8e0673056f0b22" +content-hash = "1adc4892f1146a422dc71fe5fca523d0ab3f0249257b3378f2831f61937fcc58" [metadata.files] aiohttp = [ @@ -1369,8 +1369,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.9.3-py2.py3-none-any.whl", hash = "sha256:6c86d977d00ddc8a60d68eec19f51ef212d9462937acf3ea37c7adec32284ac0"}, - {file = "pre_commit-2.9.3.tar.gz", hash = "sha256:ee784c11953e6d8badb97d19bc46b997a3a9eded849881ec587accd8608d74a4"}, + {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"}, ] 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 cfff17a5..02c10834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ typeguard = "^2.10.0" xdoctest = "^0.15.0" sphinx = "^3.4.1" sphinx-autobuild = "^2020.9.1" -pre-commit = "^2.9.3" +pre-commit = "^2.11.1" flake8 = "^3.8.3" black = "^20.8b1" flake8-bandit = "^2.1.2"