From 7c50ec10170daed044f9a23b5ef00a6299294b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:33:49 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.408 to 1.1.410 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.408 to 1.1.410. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.410) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.410 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8750ee7..546f871 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # Pinned dev tooling. Excluded from the packaged Kodi addon zip. # Install: pip install -r requirements-dev.txt ruff==0.15.18 -pyright==1.1.408 +pyright==1.1.410 pyflakes==3.4.0 vulture==2.16 pytest==9.1.1