diff --git a/poetry.lock b/poetry.lock index c88fe7e..8e5043c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -584,7 +584,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.10.1" +version = "2.11.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1123,7 +1123,7 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "bae862b3f2c2b62ed8f5f8010a8ab5488b53995c46dfcf1a1109aa6aaf5d064f" +content-hash = "9ab40e2975aed3dfd3545b935d99cacce8893b39fcd9acacb7d9fd0afddef5a4" [metadata.files] alabaster = [ @@ -1505,8 +1505,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.11.0-py2.py3-none-any.whl", hash = "sha256:c4853e29c24b27d81359357fae891e00bc83e6a0575c93d815e0e8077bd53b3b"}, + {file = "pre_commit-2.11.0.tar.gz", hash = "sha256:06f8cb95e29e56788fb5dc98d7ca7a714969dc96633e1ba654ccd5953b64c195"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-3.4.0-py2.py3-none-any.whl", hash = "sha256:b1d329fc712f53f56af7c4a0ac08c414a7fcfd634dbd829c3a03f39cfb9c3574"}, diff --git a/pyproject.toml b/pyproject.toml index 4b9ef47..3d36ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-mock = "^3.4.0" pyfakefs = "^4.4.0" typeguard = "^2.11.1" reorder-python-imports = "^2.4.0" -pre-commit = "^2.10.1" +pre-commit = "^2.11.0" pygments = "^2.8.1" xdoctest = "^0.15.4" sphinx = "^3.5.1"