Skip to content

Commit ff56fa5

Browse files
Update slack-bolt requirement from 1.21.2 to 1.22.0 (#49)
Updates the requirements on [slack-bolt](https://github.com/slackapi/bolt-python) to permit the latest version. - [Release notes](https://github.com/slackapi/bolt-python/releases) - [Commits](slackapi/bolt-python@v1.21.2...v1.22.0) --- updated-dependencies: - dependency-name: slack-bolt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent c368195 commit ff56fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
slack-bolt = "1.21.2"
10+
slack-bolt = "1.22.0"
1111
aiohttp = "3.11.11"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)