From c1b02578d6a0a1262846649bad68bbcbdffe479c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:50:17 +0100 Subject: [PATCH] chore(deps): update dependency dev/pyright to v1.1.335 (#1579) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b59c34ac..31db3610d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ # linting "pre-commit >= 3.3.0, < 4.0.0", "pylint ==3.0.2", - "pyright ==1.1.334", + "pyright ==1.1.335", # notebooks tests "nbformat", "nbconvert",