From 2ba1995eee234b01c2db70ee1449fd4e31e7953e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:18:29 +0000 Subject: [PATCH] build(deps): 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:production 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 a19c796..8399eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ docs = [ ] lint = [ "pre-commit==4.6.2", - "pyright==1.1.411", + "pyright==1.1.414", "ruff==0.16.6", ] test = [