diff --git a/poetry.lock b/poetry.lock index 0d63dc4..a9fbcf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -251,7 +251,7 @@ python-versions = "*" [[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 @@ -410,7 +410,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 = "5787728e2c0e8033ea8393d5a0acf53525f7da4bdc3579aa6a0c50eb619b8d54" +content-hash = "035a7bab4c7313cfe7a2e6b83622f1f91a2dcea6aabd6d1939b2fdea2ee050ac" [metadata.files] appdirs = [ @@ -518,8 +518,8 @@ pony = [ {file = "pony-0.7.14.tar.gz", hash = "sha256:2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82"}, ] 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"}, ] psutil = [ {file = "psutil-5.7.3-cp27-none-win32.whl", hash = "sha256:1cd6a0c9fb35ece2ccf2d1dd733c1e165b342604c67454fd56a4c12e0a106787"}, diff --git a/pyproject.toml b/pyproject.toml index 94963cc..c025bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ junit-xml = "1.9" pytest = "^6.2.1" black = "^20.8b1" mypy = "^0.790" -pre-commit = "^2.9.3" +pre-commit = "^2.11.0" taskipy = "^1.5.1" isort = "^5.6.4"