From 7f61048e28ff7a7c4f90e409ff2a0a3c71a08aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:55:43 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.30.1 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 5645b9fd..47969ec0 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4253,7 +4253,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: f4ecdd7317a97d0a487fe3bd8f6720b4590c4f1d94b09097697d7a975dcba1c2 + sha256: bb7866b60526563fe6c8fb94bd0afbe450bc852e84cdf603040c863930380fd6 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 64650376..7eefe2db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ array-api-extra = { path = ".", editable = true } typing-extensions = ">=4.14.1" pylint = ">=3.3.7" mypy = ">=1.16.1" -basedpyright = ">=1.30.0" +basedpyright = ">=1.30.1" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.3.1,<2.4"