From f70e38673db4a65c34ea9f70a4a25fbb1f8291df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:02:04 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.5.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37506eb..811b597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.13.0", "pytest==9.0.2", "pytest-asyncio==1.3.0", - "pre-commit==4.5.0", + "pre-commit==4.5.1", "mypy==1.19.0", ] post-install-commands = ["hatch run pre-commit:install"] @@ -70,7 +70,7 @@ post-install-commands = [] post-install-commands = [] [tool.hatch.envs.pre-commit] -extra-dependencies = ["pre-commit==4.5.0"] +extra-dependencies = ["pre-commit==4.5.1"] post-install-commands = [] [tool.hatch.envs.pre-commit.scripts]