From 0c5e8d2adb03039928a342a305a36788fe5c0c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:19:38 +0100 Subject: [PATCH] chore(deps): update dependency dev/pyright to v1.1.336 (#1592) 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 8e3016607..d0b2b35c7 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.335", + "pyright ==1.1.336", # notebooks tests "nbformat", "nbconvert",