From 2c70770aa9e94b4b19f36b781aa8a5cbf10a3d4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:37:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit-hooks=20to=20v4.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d576f64..0b57660 100644 --- a/poetry.lock +++ b/poetry.lock @@ -705,13 +705,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.5.0" +version = "4.6.0" description = "Some out-of-the-box hooks for pre-commit." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.5.0-py2.py3-none-any.whl", hash = "sha256:b779d5c44ede9b1fda48e2d96b08e9aa5b1d2fdb8903ca09f0dbaca22d529edb"}, - {file = "pre_commit_hooks-4.5.0.tar.gz", hash = "sha256:ffbe2af1c85ac9a7695866955680b4dee98822638b748a6f3debefad79748c8a"}, + {file = "pre_commit_hooks-4.6.0-py2.py3-none-any.whl", hash = "sha256:a69199e6a2d45ec59c1020a81ca1549abddc2afb798276d9a0d951752d6abbfe"}, + {file = "pre_commit_hooks-4.6.0.tar.gz", hash = "sha256:eb1f43ee67869cd41b4c59017fad4a0f9d4d61201d163f2135535aaf65035a2b"}, ] [package.dependencies] @@ -1167,4 +1167,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5727a37b83ce3620ee4e8c9e4e14329a689c67fd541c82bbedef8aa005ea0137" +content-hash = "91c0e8615327346c1dc5d28d7f4bf657017b922535084c0b03c9d328a8b4b7c1" diff --git a/pyproject.toml b/pyproject.toml index 81968a6..49be4ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ covdefaults = "2.3.0" coverage = {version = "7.4.4", extras = ["toml"]} mypy = "1.9.0" pre-commit = "3.7.0" -pre-commit-hooks = "4.5.0" +pre-commit-hooks = "4.6.0" pylint = "3.1.0" pytest = "8.1.1" pytest-asyncio = "0.23.6"