From 70695dd633ba520908f4fb20f01415e445ac067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 06:02:28 +0000 Subject: [PATCH] Update slack-sdk requirement from ~=3.14.1 to ~=3.15.2 Updates the requirements on [slack-sdk](https://github.com/slackapi/python-slack-sdk) to permit the latest version. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.14.1...v3.15.2) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ed05b47daf8..3a7d3bc5afd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ ruamel.yaml.clib~=0.2.6 schema~=0.7.5 Send2Trash~=1.8.0 six~=1.16.0 -slack-sdk~=3.14.1 +slack-sdk~=3.15.2 tabulate~=0.8.9 terminado~=0.13.1 testpath~=0.5.0