Skip to content

Commit f630add

Browse files
build(deps): bump slack-bolt from 1.27.0 to 1.28.0
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>
1 parent 1bb5a13 commit f630add

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Slack app using Bolt Python for search functionality"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"slack-bolt==1.27.0",
12+
"slack-bolt==1.28.0",
1313
"pytest==9.0.2",
1414
"ruff==0.15.8",
1515
"slack-cli-hooks<1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
slack-bolt==1.27.0
1+
slack-bolt==1.28.0
22
pytest==9.0.2
33
ruff==0.15.8
44
slack-cli-hooks<1

0 commit comments

Comments
 (0)