Skip to content

Commit 2df6bba

Browse files
build(deps): bump slack-bolt from 1.27.0 to 1.28.0 (#68)
Bumps [slack-bolt](https://github.com/slackapi/bolt-python) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/slackapi/bolt-python/releases) - [Commits](slackapi/bolt-python@v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: slack-bolt dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4878435 commit 2df6bba

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
@@ -4,7 +4,7 @@ version = "0.1.0"
44
requires-python = ">=3.9"
55
dependencies = [
66
"slack-sdk==3.41.0",
7-
"slack-bolt==1.27.0",
7+
"slack-bolt==1.28.0",
88
"slack-cli-hooks<1.0.0",
99
"openai==2.30.0",
1010
"python-dotenv==1.2.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
slack-sdk==3.41.0
2-
slack-bolt==1.27.0
2+
slack-bolt==1.28.0
33
slack-cli-hooks<1.0.0
44

55
# If you use a different LLM vendor, replace this dependency

0 commit comments

Comments
 (0)