Skip to content

build(deps): bump slack-bolt from 1.27.0 to 1.28.0#76

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/slack-bolt-1.28.0
May 1, 2026
Merged

build(deps): bump slack-bolt from 1.27.0 to 1.28.0#76
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/slack-bolt-1.28.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps slack-bolt from 1.27.0 to 1.28.0.

Release notes

Sourced from slack-bolt's releases.

v1.28.0

What's Changed

Bring magic to a conversation with say_stream for streaming messages and show loading status with set_status. Now available for app.event and app.message listeners:

@app.event("app_mention")
def handle_mention(say_stream, set_status):
    set_status(
        status="Thinking...",
        loading_messages=["Waking up...", "Loading a witty response..."],
    )
    stream = say_stream(buffer_size=100)
    stream.append(markdown_text="Thinking... :thinking_face:\n\n")
    stream.append(markdown_text="Here is my response!")
    stream.stop()

🚀 Enhancements

  • feat: add support for say_stream utility in #1462 - Thanks @​WilliamBergamin!
  • feat: surface the set_status argument to listeners if required event details are available in #1465 - Thanks @​WilliamBergamin!
  • feat: add agent set status to BoltAgent in #1441 - Thanks @​srtaalej!
  • feat(agent): add set_suggested_prompts helper in #1442 - Thanks @​zimeg!
  • feat(agent): default to message 'ts' when no 'thread_ts' is available for 'agent.chat_stream(...)' in #1444 - Thanks @​zimeg!
  • Add 'agent: BoltAgent' listener argument in #1437 - Thanks @​mwbrooks!

🐛 Bug Fixes

📚 Documentation

🧰 Maintenance

... (truncated)

Commits
  • c64d69d chore(release): version 1.28.0 (#1480)
  • 064ef2e chore: remove experiment around say_stream (#1471)
  • dbe1590 chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#1477)
  • 13a6dff chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#1476)
  • 3f9d376 chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 (#1475)
  • 4dee16d chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#1474)
  • 9d0e0af refactor: rename AttachingAgentKwargs middleware to AttachingConversationKwar...
  • 8908885 chore: improve type checking behavior (#1470)
  • f11dbfb fix(assistant): get_thread_context calls store.find() for user_message events...
  • 98a8f59 chore: fix test warnings across test suite (#1468)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
slack-bolt [< 1.20, > 1.19.0rc1]

@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 22:12
@github-actions github-actions Bot enabled auto-merge (squash) May 1, 2026 22:12
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>
@dependabot dependabot Bot force-pushed the dependabot/pip/slack-bolt-1.28.0 branch from 4e860e0 to 0793c69 Compare May 1, 2026 22:13
@github-actions github-actions Bot merged commit c4d5140 into main May 1, 2026
7 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/slack-bolt-1.28.0 branch May 1, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants