From f94e515f2de87a3c6c6e156939da5dcbc6916963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 12:26:49 +0000 Subject: [PATCH] deps: Update dependency lefthook to >=2.0.12,<3 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 2f57bc69..a5d65a12 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5167,7 +5167,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: eed2d7aa3a36b14ee8ef2d6571bff2fd6ac632e02bd985bf3e9a5b42dc31616c + sha256: 1270243f88191c69dee0db761b8f01f8ee864e4bd4d097aab24f09e00b614d2e requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index d8378990..2aa94416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ numpy = ">=2.1.3" hypothesis = ">=6.148.2" dask-core = ">=2025.12.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" -lefthook = ">=2.0.11,<3" +lefthook = ">=2.0.12,<3" ruff = ">=0.14.8,<0.15" typos = ">=1.40.0,<2" actionlint = ">=1.7.9,<2"