diff --git a/poetry.lock b/poetry.lock index d08c3ed2..66cbb152 100644 --- a/poetry.lock +++ b/poetry.lock @@ -480,7 +480,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.14.0" +version = "2.14.1" 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 = "d8ffc4df9e11de2090261494c2b8bc74e80b2c8a3c2cd6f2372573edbcc65e4c" +content-hash = "2e6451787ed6d97747baec426cbe9a199f8174e5a754fcd50212db6a848e8859" [metadata.files] aiocache = [ @@ -1283,8 +1283,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.14.0-py2.py3-none-any.whl", hash = "sha256:ec3045ae62e1aa2eecfb8e86fa3025c2e3698f77394ef8d2011ce0aedd85b2d4"}, - {file = "pre_commit-2.14.0.tar.gz", hash = "sha256:2386eeb4cf6633712c7cc9ede83684d53c8cafca6b59f79c738098b51c6d206c"}, + {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"}, ] 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 0434cca0..2585a5ff 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.0" +pre-commit = "^2.14.1" flake8-isort = "^4.0.0" [tool.isort]