diff --git a/poetry.lock b/poetry.lock index 379716ef..73d9c462 100644 --- a/poetry.lock +++ b/poetry.lock @@ -480,7 +480,7 @@ dev = ["pre-commit", "tox"] [[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 @@ -933,7 +933,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "4ec3a476300edb1b7e8e4677a245bb2d714bbdbd865d1e1198e6750c1ca2367b" +content-hash = "d39c7ee3128e9c29b0447f72bebeac3d6d09f61ca886e3a621bcfb709fc89c13" [metadata.files] aiocache = [ @@ -1276,8 +1276,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] 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"}, ] prometheus-client = [ {file = "prometheus_client-0.11.0-py2.py3-none-any.whl", hash = "sha256:b014bc76815eb1399da8ce5fc84b7717a3e63652b0c0f8804092c9363acab1b2"}, diff --git a/pyproject.toml b/pyproject.toml index 884ed984..11bd9d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest-cov = "^2.12.1" pytest-mock = "^3.6.1" requests = "^2.26.0" sanic-testing = "^0.6.0" -pre-commit = "^2.14.1" +pre-commit = "^2.15.0" flake8-isort = "^4.0.0" [tool.isort]