Skip to content

Commit fe2d401

Browse files
build(deps): bump slack-sdk from 3.40.0 to 3.40.1
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 3202f4c commit fe2d401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bolt-python-ai-agent-template"
33
version = "0.1.0"
44
requires-python = ">=3.9"
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
"openai==2.12.0",

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

0 commit comments

Comments
 (0)