From 5cfe5be7cf029c9949e1a124f6562961aedb95a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:22:39 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.31.5 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 28f6a92f..ed540d48 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 73af022c5c9895dfb73ff1ef3d218b1d72a530d9c3af588eb84a2bb1a4b22ac9 + sha256: 23e09798887ad641fdd25743497f3e2e5258947924228e7fc1ff5ed034d9b04d requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index b85a09d2..de29b9eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ array-api-extra = { path = ".", editable = true } typing-extensions = ">=4.15.0" pylint = ">=3.3.8" mypy = ">=1.18.2" -basedpyright = ">=1.31.4" +basedpyright = ">=1.31.5" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"