From 75fc19b7fc07e113aef574cff5c69c25b2a1b23b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:05:22 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.6.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 440382c..15027aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.14.3", "pytest==9.1.1", "pytest-asyncio==1.4.0", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "mypy==2.3.1", ] 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.6.1"] +extra-dependencies = ["pre-commit==4.6.2"] post-install-commands = [] [tool.hatch.envs.pre-commit.scripts]