From 08dde3755dd0dcf789037ca422659386c3164199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:08:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pre-?= =?UTF-8?q?commit=20to=20v4.5.1?= 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 06cd74b9..f38cadcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1845,14 +1845,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.5.0" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"}, - {file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"}, + {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -3125,4 +3125,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "25bb2bdf65e3bd29a0a702e245b13299892313eaadaf01ba40d7f401b1eb7490" +content-hash = "f8168685d923a629b4c202268a5607efa9296942c5de343529be8dc0414d8197" diff --git a/pyproject.toml b/pyproject.toml index c9654ba9..ace024c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ codespell = "2.4.1" covdefaults = "2.3.0" coverage = {version = "7.12.0", extras = ["toml"]} mypy = "1.19.1" -pre-commit = "4.5.0" +pre-commit = "4.5.1" pre-commit-hooks = "6.0.0" pylint = "4.0.4" pytest = "9.0.2"