Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump slack-sdk from 3.7.0 to 3.10.1 in /.github/actions/pr_notifier #39

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2021

Bumps slack-sdk from 3.7.0 to 3.10.1.

Release notes

Sourced from slack-sdk's releases.

version 3.10.1

Changes

  • #1106 Fix WebClient#files_upload does not send channels since v3.10.0 - Thanks @​seratch

version 3.10.0

New Features

All argument supports in WebClient / AsyncWebClient

Since this version, all the methods in WebClient / AsyncWebClient have not only required arguments but also all possible ones in the method signature for better developer experience. Refer to the pull request enabling this #1099 for details.

Easier way to test if a key exists in a Web API response

Now that SlackResponse / AsyncSlackResponse now have __contains__ method, you can test if a key exists in WebClient responses. Refer to the pull request enabling this #1104 for details.

token = "xoxb-"
response = WebClient(token).auth_test()
"error" in response  # True / False

Changes


version 3.9.1

Changes


version 3.9.0

... (truncated)

Commits
  • 4fec036 version 3.10.1
  • 19d5052 Fix WebClient#files_upload does not send channels since v3.10.0 (#1106)
  • 550ee24 Apply v3.10.0 release changes to API docs
  • 2d85e98 version 3.10.0
  • 1c53d7f Update the entity name to Slack Technologies, LLC (#1105)
  • fada5dc Fix #1018 Add optional arguments in WebClient methods (#1099)
  • d679144 Fix #1102 Add contains method in slack_sdk.web.SlackResponse / AsyncSlack...
  • c23312c Fix #1100 by improving the get/getitem method behavior when response body...
  • 86faa33 Fix #1056 by changing the default type for Option values (#1097)
  • 66dfc54 Fix #1095 by correcting ContextBlock element type hint (#1096)
  • 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 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-sdk](https://github.com/slackapi/python-slack-sdk) from 3.7.0 to 3.10.1.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.7.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 27, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 15, 2021

Superseded by #57.

@dependabot dependabot bot closed this Sep 15, 2021
@dependabot dependabot bot deleted the dependabot/pip/dot-github/actions/pr_notifier/slack-sdk-3.10.1 branch September 15, 2021 00:27
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