From b043d15b715e1b5955206b479478c1445763749f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:33:31 +0000 Subject: [PATCH] build(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 dadebdc1..03b98db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ development = [ 'pyroma==5.0.1', 'isort==9.0.1', 'pylint==4.0.8', - 'pyright==1.1.411', + 'pyright==1.1.414', 'pyupgrade==3.21.2', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml 'pre-commit==4.6.2',