diff --git a/poetry.lock b/poetry.lock index c16550c..308b372 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,7 +509,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.8.1" +version = "2.8.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -996,7 +996,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "80b2eea717a673d5d2967a26d4d9af2c2a607e18abd0839abb9dbbf8532da380" +content-hash = "d59530110087bf64669e09587edd37654397ba7cb69ba67b05ca6a03199df69f" [metadata.files] alabaster = [ @@ -1259,8 +1259,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {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"}, + {file = "pre_commit-2.8.2-py2.py3-none-any.whl", hash = "sha256:22e6aa3bd571debb01eb7d34483f11c01b65237be4eebbf30c3d4fb65762d315"}, + {file = "pre_commit-2.8.2.tar.gz", hash = "sha256:905ebc9b534b991baec87e934431f2d0606ba27f2b90f7f652985f5a5b8b6ae6"}, ] 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 0078e11..b6c54c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ safety = "^1.8.5" pytest = "^6.1.2" mypy = "^0.790" reorder-python-imports = "^2.3.6" -pre-commit = "^2.8.1" +pre-commit = "^2.8.2" coverage = {extras = ["toml"], version = "^5.3"} pytest-django = "^4.1.0" pygments = "^2.7.2"