From 838b20dab8f0b4e13ee0b6fb440c860a8e716433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:37:12 +0000 Subject: [PATCH] Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python 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] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0a4e6f34a9..1102660152 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest-timeout==2.4.0", "pytest-retry==1.7.0", "mypy==1.20.0", - "pyright==1.1.408", + "pyright==1.1.410", "mcp[ws]==1.27.2", "opentelemetry-sdk==1.40.0", "azure-monitor-opentelemetry==1.8.8",