From 08ccaf5e01f05b50cfe78ff779702c6196bb5735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:22:25 +0000 Subject: [PATCH] chore(deps): bump mcp from 1.27.2 to 1.28.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.27.2 to 1.28.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.27.2...v1.28.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mcp_cloud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_cloud/requirements.txt b/mcp_cloud/requirements.txt index a5fbe4ff..ea0e02f7 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -1,4 +1,4 @@ -mcp==1.27.2 +mcp==1.28.0 Flask==3.1.3 flask-sqlalchemy==3.1.1 psycopg2-binary==2.9.12