From 341258e600f9b6b75b6b5239e334a7b176be6698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 10:33:27 +0000 Subject: [PATCH] chore(deps-dev): Bump pyright from 1.1.411 to 1.1.414 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.411 to 1.1.414. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.411...v1.1.414) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.414 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf39f9124..4ec7ad43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pylint-per-file-ignores==3.2.1", "pyproject-fmt==2.29.3", "pyrefly==1.2.0", - "pyright==1.1.411", + "pyright==1.1.414", "pyroma==5.0.1", "pytest==9.1.1", "pytest-asyncio==1.4.0",