From 4d5ec7f9848560c25c7d48b0508764c3870d0964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:47:01 +0000 Subject: [PATCH] chore(deps): update dependency pyright to v1.1.407 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8744f5af..545b095d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ # linting "pre-commit >= 3.3.0, < 4.0.0", "pylint == 4.0.3", - "pyright ==1.1.347", + "pyright ==1.1.407", # notebooks tests "nbformat", "nbconvert",