diff --git a/pixi.lock b/pixi.lock index e8065372..1c7cc42d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: f255268abddfa8f0d74df3ce06d1bcf1177b8bd3d78b34e36d94d461fe1d348f + sha256: d86ed3bd0fc211401b96f8546d4c631bc1115b8463f195b1ef64266335445b01 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 9446783d..3e87adb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ hypothesis = ">=6.138.3" dask-core = ">=2025.9.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.13.1,<2" -ruff = ">=0.13.0,<0.14" +ruff = ">=0.13.1,<0.14" typos = ">=1.36.3,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.20.0,<2"