diff --git a/pixi.lock b/pixi.lock index 4c85a997..98628f2f 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5128,7 +5128,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: 0ed3b44d2e957c05418a0c597d0e6c6da2c0de00e8c7b8511fcb0ce108d2aa2f + sha256: 3f2e7c4425cbf3533d16eeea5b54d6df0c642e1746883346c0e9918626f4271b requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 20f1d4fc..a8799a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ numpy = ">=2.1.3" hypothesis = ">=6.142.4" dask-core = ">=2025.11.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" -lefthook = ">=2.0.2,<3" +lefthook = ">=2.0.3,<3" ruff = ">=0.14.4,<0.15" typos = ">=1.39.0,<2" actionlint = ">=1.7.8,<2"