Skip to content

build(deps): update slack-bolt requirement from <2,>=1.18.0 to >=1.28.0,<2#112

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/slack-bolt-gte-1.28.0-and-lt-2
Open

build(deps): update slack-bolt requirement from <2,>=1.18.0 to >=1.28.0,<2#112
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/slack-bolt-gte-1.28.0-and-lt-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on slack-bolt to permit the latest version.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 07:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.68%. Comparing base (8264e3c) to head (4580b10).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #112   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files          11       11           
  Lines         207      207           
=======================================
  Hits          196      196           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.18.0...v1.28.0)

---
updated-dependencies:
- dependency-name: slack-bolt
  dependency-version: 1.28.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/slack-bolt-gte-1.28.0-and-lt-2 branch from 5425c27 to 4580b10 Compare May 4, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants