From b19ce1574cca99193b638b930ed3141254e6f561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:28:33 +0000 Subject: [PATCH] build(deps): bump slack-sdk in /ai/slackbot-mcp-client/no-auth Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.42.0 to 3.43.0. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.42.0...v3.43.0) --- updated-dependencies: - dependency-name: slack-sdk dependency-version: 3.43.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 29c0036..159caef 100644 --- a/ai/slackbot-mcp-client/no-auth/requirements.txt +++ b/ai/slackbot-mcp-client/no-auth/requirements.txt @@ -5,6 +5,6 @@ pytest==9.1.1 ruff==0.15.20 slack_bolt==1.28.0 slack_cli_hooks==0.3.0 -slack_sdk==3.42.0 +slack_sdk==3.43.0 starlette==1.3.1 uvicorn==0.49.0