From babe3295c4b7941da6135e0d84a7a4f1871c943c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:59:20 +0000 Subject: [PATCH] Update pyright requirement from >=1.1.393 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.393...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 6f77dfd..1a197fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ test = [ "pytest>=8.3.4", ] type = [ - "pyright>=1.1.393", + "pyright>=1.1.408", "pytest>=8.3.4", ]