From f32c9da4b12d98c529982dd47ca71e592f7b1f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:03:16 +0000 Subject: [PATCH] chore(deps): update dependency prek to v0.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 217c7f1..93d3cec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "prek==0.4.3" + "prek==0.4.4" ] [project]