diff --git a/poetry.lock b/poetry.lock index a9836262..9332e214 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,7 +804,7 @@ importlib-metadata = {version = ">=1.7.0,<2.0.0", markers = "python_version >= \ [[package]] name = "pre-commit" -version = "2.10.0" +version = "2.11.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1368,7 +1368,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "24e259af15b3f5b59ad1e3847af520f6b6f265eebc27e0d0b7ec2f036d4f0015" +content-hash = "54d8a0aaa1e8a49c26994c839b98b9a47ca35c4250a20e08887524dbb1e295b1" [metadata.files] alabaster = [ @@ -1823,8 +1823,8 @@ poetry-core = [ {file = "poetry_core-1.0.2-py2.py3-none-any.whl", hash = "sha256:ee0ed4164440eeab27d1b01bc7b9b3afdc3124f68d4ea28d0821a402a9c7c044"}, ] pre-commit = [ - {file = "pre_commit-2.10.0-py2.py3-none-any.whl", hash = "sha256:391ed331fdd0a21d0be48c1b9919921e9d372dfd60f6dc77b8f01dd6b13161c1"}, - {file = "pre_commit-2.10.0.tar.gz", hash = "sha256:f413348d3a8464b77987e36ef6e02c3372dadb823edf0dfe6fb0c3dc2f378ef9"}, + {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 1cc400b4..55c42b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ typeguard = "^2.11.1" xdoctest = {extras = ["colors"], version = "^0.15.4"} sphinx = "^3.4.3" sphinx-autobuild = "^2020.9.1" -pre-commit = "^2.10.0" +pre-commit = "^2.11.1" flake8 = "^3.8.4" black = "^20.8b1" flake8-bandit = "^2.1.2"