Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37bdb51

Browse files
authored
chore(deps): update dependency slackclient to v2.8.1 (GoogleCloudPlatform#4591)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [slackclient](https://togithub.com/slackapi/python-slackclient) | patch | `==2.8.0` -> `==2.8.1` | --- ### Release Notes <details> <summary>slackapi/python-slackclient</summary> ### [`v2.8.1`](https://togithub.com/slackapi/python-slackclient/releases/v2.8.1) [Compare Source](https://togithub.com/slackapi/python-slackclient/compare/v2.8.0...v2.8.1) Refer to [v2.8.1 milestone](https://togithub.com/slackapi/python-slackclient/milestone/15?closed=1) to know the complete list of the issues resolved by this release. **Updates** 1. [WebClient] [#&GoogleCloudPlatform#8203;778](https://togithub.com/slackapi/python-slackclient/issues/778) [#&GoogleCloudPlatform#8203;779](https://togithub.com/slackapi/python-slackclient/issues/779) Adding support for View objects for views.push/update/publish - Thanks [@&GoogleCloudPlatform#8203;ruberVulpes](https://togithub.com/ruberVulpes) 2. [WebClient] [#&GoogleCloudPlatform#8203;786](https://togithub.com/slackapi/python-slackclient/issues/786) Fix admin.conversations.restrictAccess.\* methods to match documentation - Thanks [@&GoogleCloudPlatform#8203;ruberVulpes](https://togithub.com/ruberVulpes) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 1d6b1b9 commit 37bdb51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/billing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
slackclient==2.8.0
1+
slackclient==2.8.1
22
# [START functions_billing_limit_appengine_deps]
33
google-api-python-client==1.11.0
44
# [END functions_billing_limit_appengine_deps]

functions/slack/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.11.0
22
flask==1.1.2
3-
slackclient==2.8.0
3+
slackclient==2.8.1

0 commit comments

Comments
 (0)