From 2aa140ba83453689e5f6c13c8b474f79e9578729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:48:29 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.32.0 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index f641c2b6..8f757b8d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5130,7 +5130,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 4149dcf092cb2c29c10306444e8d3ada0431a71f897a1732fdf7d087778cede9 + sha256: e450236cba28ba58ba33271bfccf3bab44577ee7e6634c82a5ffc8925061e383 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 3899c4b9..30a6dfd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ array-api-extra = { path = ".", editable = true } typing-extensions = ">=4.15.0" pylint = ">=4.0.2" mypy = ">=1.18.2" -basedpyright = ">=1.31.7" +basedpyright = ">=1.32.0" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"