From b3921e0e12fa1cb9d35607f787943aaf94a620b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 08:31:03 +0000 Subject: [PATCH] chore(deps): update dependency prek to v0.3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6b1b3eab..82525389c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "prek==0.3.11" + "prek==0.3.13" ] test = [ ]