From 043b06fd40a985e91b317ec1bea83081e00ded4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:33:58 +0000 Subject: [PATCH] Bump pyright from 1.1.410 to 1.1.411 in /python Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.410 to 1.1.411. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.410...v1.1.411) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b1d823fd40d..ecf541bba97 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest-timeout==2.4.0", "pytest-retry==1.7.0", "mypy==1.20.0", - "pyright==1.1.410", + "pyright==1.1.411", "pyrefly==1.1.1", "ty==0.0.55", "zuban==0.8.2",