diff --git a/poetry.lock b/poetry.lock index c217b98..7a82d88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -286,11 +286,11 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.12.1" +version = "2.18.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] cfgv = ">=2.0.0" @@ -510,7 +510,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "26fee507bafce2854af5ef0d5a4173482409dfb82be4c19ac8c190e31a0e5d9d" +content-hash = "ff13c6e65d50bf8a05ba1c0e438260e7d4113392f91a3b9f528114182dd50493" [metadata.files] aiohttp = [ @@ -742,8 +742,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.12.1-py2.py3-none-any.whl", hash = "sha256:70c5ec1f30406250b706eda35e868b87e3e4ba099af8787e3e8b4b01e84f4712"}, - {file = "pre_commit-2.12.1.tar.gz", hash = "sha256:900d3c7e1bf4cf0374bb2893c24c23304952181405b4d88c9c40b72bda1bb8a9"}, + {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, + {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 503cd2d..181c43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ aiohttp = "^3.6" pycrypto = "^2.6" [tool.poetry.dev-dependencies] -pre-commit = "^2.7" +pre-commit = "^2.18" flake8 = "^3.8" coverage = {version = "^5.2", extras = ["toml"]} black = "^21.5b0"