From aed67b93f0b70f9ed81b19f087ed6852bdc82e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:13:27 +0000 Subject: [PATCH] Update pyright requirement from >=1.1.390 to >=1.1.408 Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99446f1b..7e4487b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "pytest>=8.4.1,<10", "pytest-cov>=7.0.0,<8", "ruff>=0.14.1,<0.16", - "pyright>=1.1.390", + "pyright>=1.1.408", "ipdb>=0.13.13,<0.14", "pytest-asyncio>=1.3.0,<1.4.0", "python-semantic-release>=10.5.3",