From f49aa267c1a3637ad448753fcc58e5777df9174a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:53:54 +0100 Subject: [PATCH] chore(deps): update dependency dev/pyright to v1.1.340 (#1606) 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 faf538654..96c378fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ # linting "pre-commit >= 3.3.0, < 4.0.0", "pylint ==3.0.3", - "pyright ==1.1.339", + "pyright ==1.1.340", # notebooks tests "nbformat", "nbconvert",