diff --git a/poetry.lock b/poetry.lock index 522b7fd..6b0e071 100644 --- a/poetry.lock +++ b/poetry.lock @@ -492,7 +492,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.7.1" +version = "2.8.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -977,7 +977,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d315aee0bd2309c99bbd67bc3a5c7cbb640c046652b0cbdba3bec3461bf9c91d" +content-hash = "3f686bfcfd4e103955725463084d1af79e4670b167877d7cdcc38875a8d6b787" [metadata.files] alabaster = [ @@ -1233,8 +1233,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.7.1-py2.py3-none-any.whl", hash = "sha256:810aef2a2ba4f31eed1941fc270e72696a1ad5590b9751839c90807d0fff6b9a"}, - {file = "pre_commit-2.7.1.tar.gz", hash = "sha256:c54fd3e574565fe128ecc5e7d2f91279772ddb03f8729645fa812fe809084a70"}, + {file = "pre_commit-2.8.1-py2.py3-none-any.whl", hash = "sha256:7eadaa7f4547a8a19b83230ce430ba81bbe4797bd41c8d7fb54b246164628d1f"}, + {file = "pre_commit-2.8.1.tar.gz", hash = "sha256:8fb2037c404ef8c87125e72564f316cf2bc94fc9c1cb184b8352117de747e164"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-3.3.0-py2.py3-none-any.whl", hash = "sha256:2190d72ac867bd9b8880de32d9304ec54182c89720cce56f22742890ed8ba90f"}, diff --git a/pyproject.toml b/pyproject.toml index a8316b8..ff2dad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ safety = "^1.8.5" mypy = "^0.790" pytest-mock = "^3.3.1" typeguard = "^2.10.0" -pre-commit = "^2.7.1" +pre-commit = "^2.8.1" pygments = "^2.7.2" xdoctest = "^0.15.0" sphinx = "^3.2.1"