diff --git a/poetry.lock b/poetry.lock index ff6a418..9fa010b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -486,7 +486,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.11.0" +version = "2.11.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -725,7 +725,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 = "1d4eda035830758d858cf165bd5b22343605de7d93f5361c54c4daf81fd0c16a" +content-hash = "09cb22541692ff15614f372e6991d08ef1c66d86ece04a8181abd7ccb5c43fbf" [metadata.files] appdirs = [ @@ -1124,8 +1124,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {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"}, + {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"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 33a348a..f603cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8-black = "^0.2.1" flake8-isort = "^4.0.0" pytest = "^6.2.2" mypy = "^0.812" -pre-commit = "^2.11.0" +pre-commit = "^2.11.1" isort = "^5.7.0" [tool.isort]