From 1bea5eacb152de26f9c33ccd53123e923a6c04c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:03:56 +0000 Subject: [PATCH] chore(deps-dev): update pyright requirement 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.406...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 843216d1..86b0ba2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ dev = [ "pip-audit>=2.10.0,<3", "pip-licenses @ git+https://github.com/neXenio/pip-licenses.git@master", # https://github.com/raimon49/pip-licenses/pull/224 "pre-commit>=4.5.0,<5", - "pyright>=1.1.406,<1.1.407", # Regression in 1.1.407, see https://github.com/microsoft/pyright/issues/11060 + "pyright>=1.1.406,<1.1.409", # Regression in 1.1.407, see https://github.com/microsoft/pyright/issues/11060 "pytest>=9.0.2,<10", "pytest-asyncio>=1.3.0,<2", "pytest-cov>=7.0.0,<8",