From 41c27fb4d81bfbb9b24f478eaf1d8015e8ec0940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:35:51 +0000 Subject: [PATCH] Bump pyright from 1.1.407 to 1.1.408 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.407 to 1.1.408. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 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 02678b045..155127a7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ development = [ 'pyroma==5.0.1', 'isort==7.0.0', 'pylint==4.0.4', - 'pyright==1.1.407', + 'pyright==1.1.408', '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.5.1',