From ff93d4cd72aba4075f4e5cf15d90693c7e48e7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:03:58 +0000 Subject: [PATCH] chore(deps): update mcp requirement in the mcp group across 1 directory Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 1.28.1 - [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.27.2...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production dependency-group: mcp ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98fffff..c218005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "gdown>=6.1.0", "httpx>=0.28.1", "lxml>=6.1.1", - "mcp>=1.27.2", + "mcp>=1.28.1", "questionary>=2.1.1", "rich>=15.0.0", "yt-dlp>=2026.6.9",