From 6332ea4a917a2d0e300a9540a15c170fa3e637a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 05:56:46 +0000 Subject: [PATCH] Update slack-sdk requirement from <3.21.1,>=3.13.0 to >=3.13.0,<3.21.3 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) - [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.13.0...v3.21.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 c919d054e..bc2dca606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ rest-social-auth>=6.0.0,<9.0 six>=1.12.0,<2.0 soupsieve>=1.9,<2.0 SQLAlchemy>=1.3.2,<3.0 -slack_sdk>=3.13.0,<3.21.1 +slack_sdk>=3.13.0,<3.21.3