From e47413ae8e178c73fad380b476c300dd30cea06c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:41:22 +0000 Subject: [PATCH] chore(deps): update dependency prek to v0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bde097..a6fcaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ lint = [ {include-group = "pre-commit"} ] pre-commit = [ - "prek==0.3.1" + "prek==0.3.2" ] test = [ "pytest==9.0.2"