From ec8a5d5c5eaca2b19a713876b6608b8722d79faa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 01:50:27 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v4.5.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 494f414..1c6856e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ requires = [ [tool.hatch.envs.default] type = "pip-compile" dependencies = [ - "pre-commit==4.4.0", + "pre-commit==4.5.0", "pytest==8.4.2", "hatch-pip-compile==1.11.5", "pip==25.2", @@ -107,7 +107,7 @@ post-install-commands = [] [tool.hatch.envs.pre-commit] extra-dependencies = [ - "pre-commit==4.4.0", + "pre-commit==4.5.0", ] post-install-commands = []