From b5de2b17833499312b340dcffab8ef52ac49695b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:14:38 +0000 Subject: [PATCH] chore(deps-dev): Update mcp requirement in the python-dependencies group Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 2.0.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.28.1...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2de1c5a..e65d6f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # Model Context Protocol server, for using dope-plot from Claude / other AIs. # Floored to 1.28.1: fixes CVE-2026-59950 and pulls patched starlette, # python-multipart, pydantic-settings and cryptography transitively. -mcp = ["mcp>=1.28.1"] +mcp = ["mcp>=2.0.0"] [project.scripts] dope-plot = "dope_plot.cli:main"