From f8acea343830a894efaad453b45ba12e8f8855e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:36:03 +0200 Subject: [PATCH] chore(deps): update dependency dev/pyright to v1.1.331 (#1536) 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 c9b47b7ee..7302c4ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "black", "pre-commit >= 3.3.0, < 4.0.0", "pylint ==3.0.1", - "pyright == 1.1.329", + "pyright ==1.1.331", # notebooks tests "nbformat", "nbconvert",