From 9ea06ca63ead7748951a1a8c10a0363a54539be8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 04:21:26 +0000 Subject: [PATCH] deps: Update dependency lefthook to >=1.13.1,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08adb710..a728bea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ numpy = ">=2.1.3" hypothesis = ">=6.138.3" dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" -lefthook = ">=1.12.4,<2" +lefthook = ">=1.13.1,<2" ruff = ">=0.12.12,<0.13" typos = ">=1.36.2,<2" actionlint = ">=1.7.7,<2"