diff --git a/poetry.lock b/poetry.lock index 6a5b20a5..1e0b57bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,7 +577,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.13.0" +version = "2.14.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -942,7 +942,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ca83cab06a09980c73e699d8cdce621912ee8425cf85a6260c8561f67791b896" +content-hash = "a646f989d59ab2ba34814645b44905e33bde5d35c44ee0f0783a2faa7c6872a8" [metadata.files] aiohttp = [ @@ -1317,8 +1317,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.13.0-py2.py3-none-any.whl", hash = "sha256:b679d0fddd5b9d6d98783ae5f10fd0c4c59954f375b70a58cbe1ce9bcf9809a4"}, - {file = "pre_commit-2.13.0.tar.gz", hash = "sha256:764972c60693dc668ba8e86eb29654ec3144501310f7198742a767bec385a378"}, + {file = "pre_commit-2.14.0-py2.py3-none-any.whl", hash = "sha256:ec3045ae62e1aa2eecfb8e86fa3025c2e3698f77394ef8d2011ce0aedd85b2d4"}, + {file = "pre_commit-2.14.0.tar.gz", hash = "sha256:2386eeb4cf6633712c7cc9ede83684d53c8cafca6b59f79c738098b51c6d206c"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, diff --git a/pyproject.toml b/pyproject.toml index 69ff443b..738f0a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ flake8 = "^3.8.4" flake8-docstrings = "^1.5.0" isort = "^5.9.3" mypy = "^0.910" -pre-commit = "^2.11.1" +pre-commit = "^2.14.0" pre-commit-hooks = "^4.0.1" pylint = "^2.9.6" pytest = "^6.2.2"