From 2c71f9d45fa61b661ec46b34630c4b8ed433d020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:53:14 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05f226af..2fd19cdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Issues = "https://github.com/loopj/aiovantage/issues" Source = "https://github.com/loopj/aiovantage" [project.optional-dependencies] -dev = ["pyright==1.1.408", "ruff==0.15.4", "bumpver==2025.1131"] +dev = ["pyright==1.1.410", "ruff==0.15.4", "bumpver==2025.1131"] docs = [ "mkdocstrings==1.0.3",