diff --git a/poetry.lock b/poetry.lock index 5275a0fa..5eec3785 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,11 +484,11 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.11.1" +version = "2.18.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] cfgv = ">=2.0.0" @@ -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 = "5f690eb23aa4accb4aec0071213a453ab256aa90ad2970e7a3f3d82a4d734eb4" [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.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, + {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, ] 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..7d6a5f67 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.18.1" flake8 = "^3.9.0" black = "^20.8b1" flake8-bandit = "^2.1.2"