From 66bdd0b379f75d9dc0557beb6b16dbc502953cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:59:54 +0000 Subject: [PATCH] build(deps): bump slack-sdk in /.github/actions/pr_notifier Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.15.1 to 3.20.0. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.15.1...v3.20.0) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/pr_notifier/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/pr_notifier/requirements.txt b/.github/actions/pr_notifier/requirements.txt index af248441eecde..b2390f5383e4e 100644 --- a/.github/actions/pr_notifier/requirements.txt +++ b/.github/actions/pr_notifier/requirements.txt @@ -111,9 +111,9 @@ six==1.16.0 \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 # via pynacl -slack-sdk==3.15.1 \ - --hash=sha256:149f11bdf1eddc446a2327acc28d77bd6d0c54a9f4b6c1433dec422f2cc1c940 \ - --hash=sha256:8fe074124254e16172bec679421a8dd587320b3221a36a61ff9e350cbe9f9add +slack-sdk==3.20.0 \ + --hash=sha256:b4359535fcd1cb9e45be451c89ce91a273f5c987260fbac3373a2176fd55e479 \ + --hash=sha256:f97644153bbb536a732018bb6fa781a97118bc71501a5cb031a70e71b80d25f6 # via -r requirements.in urllib3==1.26.6 \ --hash=sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4 \