diff --git a/poetry.lock b/poetry.lock index 0110d059..762339b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,7 +591,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 @@ -972,7 +972,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "94b265eb70b84626eff7bdfa66b1de77c1d1fb79ac0bed3859f73dad841213e4" +content-hash = "5a563a80e5f03986dac8418df2878a83f07a545312285fd9adc3871d1d54e84e" [metadata.files] aiohttp = [ @@ -1478,8 +1478,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 4e5ce702..752e979e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.6.0" isort = "^5.10.1" mypy = "^0.910" -pre-commit = "^2.15.0" +pre-commit = "^2.16.0" pre-commit-hooks = "^4.0.1" pylint = "^2.12.1" pytest = "^6.2.5"