From 424b7365c2869d0a12f8a0b9e302d778a221d3d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:10:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit-hooks=20to=20v5?= 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 7e8bd6e..5379098 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1275,13 +1275,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.6.0" +version = "5.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "pre_commit_hooks-5.0.0-py2.py3-none-any.whl", hash = "sha256:8d71cfb582c5c314a5498d94e0104b6567a8b93fb35903ea845c491f4e290a7a"}, + {file = "pre_commit_hooks-5.0.0.tar.gz", hash = "sha256:10626959a9eaf602fbfc22bc61b6e75801436f82326bfcee82bb1f2fc4bc646e"}, ] [package.dependencies] @@ -2053,4 +2053,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "427f9c2c0417ec12d3d0210c492f1d44dfd0d0726d9a83d9e3eb18be1d642146" +content-hash = "fa3a58fd227641d61ddf7aa634d35cd56109b2cc9e9ab641c5ba0e42f9bb2b96" diff --git a/pyproject.toml b/pyproject.toml index 98e2efc..47d2172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ covdefaults = "2.3.0" coverage = {version = "7.6.1", extras = ["toml"]} mypy = "1.11.2" pre-commit = "3.8.0" -pre-commit-hooks = "4.6.0" +pre-commit-hooks = "5.0.0" pylint = "3.3.1" pytest = "8.3.3" pytest-asyncio = "0.24.0"