From 0a39eb67300301f27d1f742ccf5122f9dcd52359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:34:51 +0000 Subject: [PATCH] chore(deps-dev): update pyright requirement in /mcp_server Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- mcp_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server/pyproject.toml b/mcp_server/pyproject.toml index 607ff99cfa..bc53c16398 100644 --- a/mcp_server/pyproject.toml +++ b/mcp_server/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "faker>=40.21.0", "httpx>=0.28.1", "psutil>=7.1.2", - "pyright>=1.1.408", + "pyright>=1.1.410", "pytest>=9.0.3", "pytest-asyncio>=1.4.0", "pytest-timeout>=2.4.0",