From 1cf7a3f6fc4760dc0633fbb491c97e2303ba00cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 04:34:38 +0000 Subject: [PATCH] deps: Update dependency typos to >=1.38.1,<2 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 6518ae4a..ba006386 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: fc2859387828dc9c6f14c659357cb3b84d0ceac9bc947bc7884e351e915ca273 + sha256: 549e176a45c3885c9aa62ce0899a2ab6ecf0d66216268b961fd831ec456f69b4 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 0f793eed..a06de4f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dask-core = ">=2025.9.1" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.13.6,<2" ruff = ">=0.14.0,<0.15" -typos = ">=1.37.0,<2" +typos = ">=1.38.1,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.20.0,<2" pytest = ">=8.4.2,<9"