Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps slack-bolt from 1.22.0 to 1.23.0.

Release notes

Sourced from slack-bolt's releases.

version 1.23.0

Changes

fixes 🏗️

docs 📚

dependabot :dependabot:

Relevant changes

We've fixed a regression around the logger, by default the logger used by the WebClient will be the same as the one used by the Bolt application. If the WebClient defines its own logger then it will be used:

my_logger = logging.getLogger("my_logger")
app = App(client=WebClient(token=os.environ.get("SLACK_BOT_TOKEN"), logger=my_logger))
@​app.command("/sample-command")
def sample_command(ack: Ack, client: WebClient):
</tr></table>

... (truncated)

Commits
  • 5c7974a release: version 1.23.0 (#1278)
  • 046579f chore(deps): bump @​babel/runtime-corejs3 from 7.26.9 to 7.26.10 in /docs (#1274)
  • 661824f chore(deps): bump @​babel/helpers from 7.26.0 to 7.26.10 in /docs (#1273)
  • d9c01aa chore(deps): bump @​babel/runtime from 7.26.0 to 7.26.10 in /docs (#1275)
  • fc58fbf fix: honor passing bolt logger in default web client installation (#1272)
  • 4c237fe docs: update packaging notation for local development requirements (#1271)
  • 9c26945 test: add tests around the logger experience of bolt (#1270)
  • 797f032 chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /docs (#1269)
  • 4185608 Docs: Update reference to "Concepts guides". (#1266)
  • 98f0b46 chore(deps): bump the react group in /docs with 2 updates (#1265)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slack-bolt](https://github.com/slackapi/bolt-python) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/slackapi/bolt-python/releases)
- [Commits](slackapi/bolt-python@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: slack-bolt
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

@WilliamBergamin WilliamBergamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 334a1d6 into main Apr 4, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/slack-bolt-1.23.0 branch April 4, 2025 14:12
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.

2 participants