From 24fcf79b6065ae2facf140f5c2743cd6c23ead2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:02:32 +0300 Subject: [PATCH] Update slack-sdk requirement from <3.25.1,>=3.13.0 to >=3.13.0,<3.26.1 (#1008) 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.26.0) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7975478ae..8d89862b0 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.25.1 +slack_sdk>=3.13.0,<3.26.1