From 551131031bead8d72558a180f54499a6fa3fa003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:41:37 +0000 Subject: [PATCH] pip prod(deps): bump pyright from 1.1.387 to 1.1.388 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.387 to 1.1.388. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.387...v1.1.388) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb5d112f1d..fe8e8d1112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "nbconvert>=7.7.2,<8.0.0", "textual-dev==1.6.1", "pytest-asyncio==0.24.0", - "pyright==1.1.387", + "pyright==1.1.388", ] gui = ["textual==0.85.2", "pyclip==0.7"] jax = ["jax==0.4.35", "numpy==2.1.3"]