Skip to content

Commit be2734e

Browse files
build(deps): bump slack-sdk from 3.40.0 to 3.40.1 in /claude-agent-sdk
Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.40.0 to 3.40.1. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](slackapi/python-slack-sdk@v3.40.0...v3.40.1) --- updated-dependencies: - dependency-name: slack-sdk dependency-version: 3.40.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6ce3c1 commit be2734e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bolt-python-support-agent-claude"
33
version = "0.1.0"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"slack-sdk==3.40.0",
6+
"slack-sdk==3.40.1",
77
"slack-bolt==1.27.0",
88
"slack-cli-hooks<1.0.0",
99
"claude-agent-sdk>=0.1.36",

claude-agent-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
slack-sdk==3.40.0
1+
slack-sdk==3.40.1
22
slack-bolt==1.27.0
33
slack-cli-hooks<1.0.0
44
claude-agent-sdk>=0.1.36

0 commit comments

Comments
 (0)