From 6270df9c3edc6a582bb2da5503d446383764ba06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:03:19 +0300 Subject: [PATCH] Update slack-sdk requirement from <3.26.1,>=3.13.0 to >=3.13.0,<3.26.2 (#1010) 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.1) --- 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 8d89862b0..56f25aa6a 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.26.1 +slack_sdk>=3.13.0,<3.26.2