diff --git a/poetry.lock b/poetry.lock index 71b25a33..c66338dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,7 +672,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.15.0" +version = "2.16.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1272,7 +1272,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "6d618e9237116812623707e33ee7ee2900b5105197329ac0d01a1815f97b6715" +content-hash = "11cf5935d6b08be5e8cab5bce7e21663a3bacb33c2b0434fd0b1ee2de1381b55" [metadata.files] alabaster = [ @@ -1702,8 +1702,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.15.0-py2.py3-none-any.whl", hash = "sha256:a4ed01000afcb484d9eb8d504272e642c4c4099bbad3a6b27e519bd6a3e928a6"}, - {file = "pre_commit-2.15.0.tar.gz", hash = "sha256:3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7"}, + {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"}, + {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, diff --git a/pyproject.toml b/pyproject.toml index edf0793a..6cd3adf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ typeguard = "^2.13.2" xdoctest = "^0.15.10" sphinx = "^4.3.0" sphinx-autobuild = "^2021.3.14" -pre-commit = "^2.15.0" +pre-commit = "^2.16.0" flake8 = "^4.0.1" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.11.29"