From d7074ef44fb2f36b392856df157db3e5c2f6902c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:24:18 +0000 Subject: [PATCH] build(deps): bump mcp in /ai/slackbot-mcp-client/no-auth Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 2.1.0 to 2.1.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/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.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 1814dc1..38da574 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.12.0 -mcp==2.1.0 +mcp==2.1.1 mypy==2.3.1 pytest==9.1.1 ruff==0.16.4