From f1027cd9c498f03e8e1bf610c7a5ad279cc03788 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:11:29 +0000 Subject: [PATCH] chore(deps): update dependency dev/pyright to v1.1.374 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69f634f96..3a8497e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ # linting "pre-commit >= 3.3.0, < 4.0.0", "pylint ==3.0.3", - "pyright ==1.1.347", + "pyright ==1.1.374", # notebooks tests "nbformat", "nbconvert",