From 8a0e708e0d0d14525f188924479869280dc1c5c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:44:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit-hooks=20to=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b45c33..86ee62b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,13 +953,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "5.0.0" +version = "6.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit_hooks-6.0.0-py2.py3-none-any.whl", hash = "sha256:76161b76d321d2f8ee2a8e0b84c30ee8443e01376121fd1c90851e33e3bd7ee2"}, + {file = "pre_commit_hooks-6.0.0.tar.gz", hash = "sha256:76d8370c006f5026cdd638a397a678d26dda735a3c88137e05885a020f824034"}, ] [package.dependencies] @@ -1574,4 +1574,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9ed8bab907c77bcf61ac92817faabc7786cef64723f3331450efbb7f460996f7" +content-hash = "8827601a8cd72aa3fd87bbdb0ae5f39468cc6cc72423cda0eec4c4ca5c6365a8" diff --git a/pyproject.toml b/pyproject.toml index 33dd0b1..de57c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" pytest-timeout = "2.4.0" pre-commit = "4.3.0" -pre-commit-hooks = "5.0.0" +pre-commit-hooks = "6.0.0" yamllint = "1.37.1" ruff = "0.12.8" syrupy = "4.9.1"