diff --git a/pixi.lock b/pixi.lock index 59ff2716..6046df2c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4258,7 +4258,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.0.dev0 - sha256: 3dfbfdc2d3f866b94eea9a27d0ae2925062c15cb708d3ac6b31a1121817c72ed + sha256: e917c80e998aa7d10c639c3d4ae5f9939950e24e438149d3ce734115e4859240 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 854fb5f2..912d3db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ hypothesis = ">=6.136.4" dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.3,<2" -ruff = ">=0.12.8,<0.13" +ruff = ">=0.12.9,<0.13" typos = ">=1.35.5,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2"