From 9b05ad34cae4656176394d65fa8d94f7e3de191b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:27: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.0.0 to 2.1.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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7968abf..1814dc1 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.0.0 +mcp==2.1.0 mypy==2.3.1 pytest==9.1.1 ruff==0.16.4