From 5792763af6d6bcba0e4afc3222ffdb84435362de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:27:05 +0000 Subject: [PATCH] build(deps): bump mcp in /ai/slackbot-mcp-client/no-auth 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] --- ai/slackbot-mcp-client/no-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/slackbot-mcp-client/no-auth/requirements.txt b/ai/slackbot-mcp-client/no-auth/requirements.txt index e3de2eb..29c0036 100644 --- a/ai/slackbot-mcp-client/no-auth/requirements.txt +++ b/ai/slackbot-mcp-client/no-auth/requirements.txt @@ -1,5 +1,5 @@ httpx2==2.5.0 -mcp==1.28.0 +mcp==1.28.1 mypy==2.1.0 pytest==9.1.1 ruff==0.15.20