From 5f867b27f3ee307c054fa9cd22201bacf5beaced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 18:06:13 +0000 Subject: [PATCH] deps: Update dependency lefthook to >=2.1.12 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 4cf47316..39b3fc95 100644 --- a/pixi.toml +++ b/pixi.toml @@ -108,7 +108,7 @@ numpy = ">=2.1.3" hypothesis = ">=6.165.10" dask-core = ">=2026.8.0" # No distributed, tornado, etc. dprint = ">=0.50.0" -lefthook = ">=2.1.11" +lefthook = ">=2.1.12" ruff = ">=0.16.5" typos = ">=1.49.1" actionlint-with-all = ">=1.7.12"