From 42105f4aae655b627325ceed2cb5126223bc9713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:22:34 +0000 Subject: [PATCH] chore(deps): bump mcp from 1.28.0 to 1.28.1 in /mcp_cloud Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.28.0 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.28.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 12125e62..3f3fce91 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -1,4 +1,4 @@ -mcp==1.28.0 +mcp==1.28.1 Flask==3.1.3 flask-sqlalchemy==3.1.1 psycopg2-binary==2.9.12