From 7b04d233d9638742dc5dac5fa6793f266b7eecdb Mon Sep 17 00:00:00 2001 From: LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:01:13 +0300 Subject: Fix slack dep version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cba736f..9c074a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,4 +48,4 @@ tzlocal==4.2 ; python_version >= "3.9" and python_version < "3.12" urllib3==1.26.14 ; python_version >= "3.9" and python_version < "3.12" websocket-client==1.5.1 ; python_version >= "3.9" and python_version < "3.12" zipp==3.15.0 ; python_version >= "3.9" and python_version < "3.10" -slack-sdk==3.23.1 ; python_version >= "3.9" and python_version < "3.12" +slack-sdk==3.21.3 ; python_version >= "3.9" and python_version < "3.12" -- cgit v1.2.3