From f4c73997d9eb6b6f9285f5138cb28d0cc0b7d493 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:36:12 +0000 Subject: [PATCH] deps: Update dependency lefthook to >=2.1.8,<3 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index f6dff3ef..b654e9a3 100644 --- a/pixi.toml +++ b/pixi.toml @@ -65,7 +65,7 @@ numpy = ">=2.1.3" hypothesis = ">=6.152.2" dask-core = ">=2026.3.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" -lefthook = ">=2.1.7,<3" +lefthook = ">=2.1.8,<3" ruff = ">=0.15.13,<0.16" typos = ">=1.46.2,<2" actionlint = ">=1.7.12,<2"