From a0c9f6b81b35beacf8d5f8bfde9266e0d870bb05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:27:11 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.37.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 195b658d..ad79f694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ array-api-extra.path = "." typing-extensions = ">=4.15.0" pylint = ">=4.0.4" mypy = ">=1.19.1" -basedpyright = ">=1.37.0" +basedpyright = ">=1.37.1" numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"