From a255157e1215668972fbd1186b46c86d5a4f3c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:40:03 +0000 Subject: [PATCH] Update pyright requirement from >=1.1 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.224...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 b63f48a3..9307600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest-asyncio>=0.25", "pytest-cov>=6.0", "ruff>=0.14.5", - "pyright>=1.1", + "pyright>=1.1.408", "PyYAML>=6.0", "httpx", # for TestClient ]