diff --git a/pixi.lock b/pixi.lock index df9a70fc..d7bb01cb 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5135,7 +5135,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 379c38604a87594737f24fdd2dc7eb623bf40bff2ca887e03a3ff83da66eca54 + sha256: bbf9634f03b0358e6143e1824cc32bc118ddd52f1d98314c89ab94fa37492e01 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index c2ab7739..45de5968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.3,<2" ruff = ">=0.12.11,<0.13" -typos = ">=1.35.5,<2" +typos = ">=1.35.7,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2" pytest = ">=8.4.1,<9"