diff --git a/poetry.lock b/poetry.lock index 7dfab4d..93839f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -328,7 +328,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.9.3" +version = "2.11.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -589,7 +589,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e55981d80fa8bb1ad85c4913198f1264707c3d09abce597bb3d580942cd126e3" +content-hash = "d3c605c869363c0ea9bcc963e306b2d65b485251cd6ef0814f5c54713d4ca13e" [metadata.files] appdirs = [ @@ -755,8 +755,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.0-py2.py3-none-any.whl", hash = "sha256:c4853e29c24b27d81359357fae891e00bc83e6a0575c93d815e0e8077bd53b3b"}, + {file = "pre_commit-2.11.0.tar.gz", hash = "sha256:06f8cb95e29e56788fb5dc98d7ca7a714969dc96633e1ba654ccd5953b64c195"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 63eee43..2e07a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ safety = "^1.10.3" pytest = "^6.2.2" pylint = "^2.6.0" pydocstyle = "^5.1.1" -pre-commit = "^2.9.3" +pre-commit = "^2.11.0" [tool.black] # https://github.com/psf/black