From 989330879960b72f3b565454a2edd29328fb8071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 04:21:11 +0000 Subject: [PATCH] deps: Update dependency typos to >=1.35.5,<2 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 6ce2d713..50269d6f 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4258,7 +4258,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.0.dev0 - sha256: 49fd097c31b08695df2e5351330944ed9dc38ee00b082bf57750a09341b6a46d + sha256: 57393d05751698a82239e9154e8f81e433651ef9d5878cae43294d628ccf4b71 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 027e47d2..19a60433 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.8,<0.13" -typos = ">=1.35.4,<2" +typos = ">=1.35.5,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2" pytest = ">=8.4.1,<9"