From 9df175566f9f978af30e45db16bbe08f886c89df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:23:53 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.36.0 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 5db0b795..3108dd69 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5168,7 +5168,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: 95b01394a056d3c4cd280c0d51697351ffc92b9fcaa14ca3b46a3d19921d6710 + sha256: d0db0f72930e02cb23ecf734c3cdb0a6e20a236eb67f80a61572236c74bc7352 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 0e6a6600..40102167 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.4" mypy = ">=1.19.0" -basedpyright = ">=1.35.0" +basedpyright = ">=1.36.0" numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"