From 4503a373334d06d3859097bc26aa7d3132ec4736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:29:48 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.409 to 1.1.410 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.409 to 1.1.410. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.409...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 b6b859e..42328d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "isort==8.0.1", "mypy==2.1.0", "pylint==4.0.5", - "pyright[nodejs]==1.1.409", + "pyright[nodejs]==1.1.410", "pytest==9.0.3", "ruff==0.15.12", "xenon==0.9.3"