From 3e2c9a1d0d37c8ad333a3c289c78017f0d67dcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:34:15 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.38.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b8a3020..9f7cef14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ array-api-extra.path = "." typing-extensions = ">=4.15.0" pylint = ">=4.0.4" mypy = ">=1.19.1" -basedpyright = ">=1.38.0" +basedpyright = ">=1.38.1" numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"