From 63c543916c91f0dc914b8607ae747b46e5e23a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:41:19 +0000 Subject: [PATCH] Bump pyright from 1.1.407 to 1.1.408 in the dev group Bumps the dev group with 1 update: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a75329f..f71ccb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ {include-group = "doc"}, ] test = [ - "pyright==1.1.407", + "pyright==1.1.408", "pytest==9.0.2", "sybil==9.3.0", "pytest-regressions==2.9.1",