From 49a30d78e46746c0236c863ed1d125a7d4663e21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:23:15 +0000 Subject: [PATCH] deps: Update dependency basedpyright to >=1.39.3 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 92bd8e9f..b8f0a3be 100644 --- a/pixi.toml +++ b/pixi.toml @@ -56,7 +56,7 @@ array-api-extra.path = "." typing-extensions = ">=4.15.0" pylint = ">=4.0.5" mypy = ">=1.20.1" -basedpyright = ">=1.39.2" +basedpyright = ">=1.39.3" numpydoc = ">=1.10.0,<2" # import dependencies for mypy: array-api-strict = ">=2.5,<2.6"