diff --git a/poetry.lock b/poetry.lock index c4b26123..da6e82ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,7 +555,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.14.1" +version = "2.15.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -921,7 +921,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "3478e5b2b8e3c5d937239fe9657832730192b88dd7a0341c80e94dbf23220c12" +content-hash = "171e582dcaa8a14ee79d3bff21e783e479fda80566932bb2d82dccfc0943a556" [metadata.files] aiohttp = [ @@ -1263,8 +1263,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.14.1-py2.py3-none-any.whl", hash = "sha256:a22d12a02da4d8df314187dfe7a61bda6291d57992060522feed30c8cd658b68"}, - {file = "pre_commit-2.14.1.tar.gz", hash = "sha256:7977a3103927932d4823178cbe4719ab55bb336f42a9f3bb2776cff99007a117"}, + {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"}, ] 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 b7a8a687..8c7ffb4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ coverage = {version = "^5.5", extras = ["toml"]} flake8 = "^3.8.4" flake8-docstrings = "^1.5.0" isort = "^5.9.3" -pre-commit = "^2.14.1" +pre-commit = "^2.15.0" pre-commit-hooks = "^4.0.1" pylint = "^2.10.2" pytest = "^6.2.4"