From a44c8b85fa366c6b75a304d86eea7faa0cf8d901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:24:36 +0000 Subject: [PATCH] build(deps): bump mcp in /ai/slackbot-mcp-client/slack-identity 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/slack-identity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/slackbot-mcp-client/slack-identity/requirements.txt b/ai/slackbot-mcp-client/slack-identity/requirements.txt index 1814dc1..38da574 100644 --- a/ai/slackbot-mcp-client/slack-identity/requirements.txt +++ b/ai/slackbot-mcp-client/slack-identity/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