diff --git a/poetry.lock b/poetry.lock index 8d19d7a..5a70b74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,7 +402,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.10.1" +version = "2.12.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -695,7 +695,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 = "8008d38856296733fe21ace073553f3852976e687f87ac7dece371a23c66b821" +content-hash = "626cf60a030e6eaa4af9c30b28f22a332c1c3af0821b13df21103b6bd08d8569" [metadata.files] appdirs = [ @@ -890,8 +890,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.10.1-py2.py3-none-any.whl", hash = "sha256:16212d1fde2bed88159287da88ff03796863854b04dc9f838a55979325a3d20e"}, - {file = "pre_commit-2.10.1.tar.gz", hash = "sha256:399baf78f13f4de82a29b649afd74bef2c4e28eb4f021661fc7f29246e8c7a3a"}, + {file = "pre_commit-2.12.0-py2.py3-none-any.whl", hash = "sha256:029d53cb83c241fe7d66eeee1e24db426f42c858f15a38d20bcefd8d8e05c9da"}, + {file = "pre_commit-2.12.0.tar.gz", hash = "sha256:46b6ffbab37986c47d0a35e40906ae029376deed89a0eb2e446fb6e67b220427"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 18a4465..515163d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-datadir = "^1.3.1" pytest-flake8 = "^1.0.7" pytest-mock = "^3.5.1" pytest-pylint = "^0.18.0" -pre-commit = "^2.10.1" +pre-commit = "^2.12.0" [build-system] requires = ["poetry-core>=1.0.0"]