diff --git a/poetry.lock b/poetry.lock index 1830fef..a0d15e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -603,7 +603,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.0.1" +version = "4.1.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -963,7 +963,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "52c3dec25f38e399bfeffc05c60247c1fe8f5c4979f4c785c2323a794a17b83d" +content-hash = "8abb43d2882391fd455261f3544c5b8ccd4d40ae3ad43f311e20310f35e3b4a8" [metadata.files] aiohttp = [ @@ -1485,8 +1485,8 @@ pre-commit = [ {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"}, - {file = "pre_commit_hooks-4.0.1.tar.gz", hash = "sha256:99f1b9fc00a82e6588990b6b92edcdf4bec9c3d65c6272b8867be389055ce05e"}, + {file = "pre_commit_hooks-4.1.0-py2.py3-none-any.whl", hash = "sha256:ba95316b79038e56ce998cdacb1ce922831ac0e41744c77bcc2b9677bf183206"}, + {file = "pre_commit_hooks-4.1.0.tar.gz", hash = "sha256:b6361865d1877c5da5ac3a944aab19ce6bd749a534d2ede28e683d07194a57e1"}, ] py = [ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, diff --git a/pyproject.toml b/pyproject.toml index 6dabcf3..4412a92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-docstrings = "^1.6.0" isort = "^5.10.1" mypy = "^0.930" pre-commit = "^2.16.0" -pre-commit-hooks = "^4.0.1" +pre-commit-hooks = "^4.1.0" pylint = "^2.12.2" pytest = "^6.2.5" pytest-asyncio = "^0.16.0"