diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-27 12:01:13 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-27 12:01:13 +0300 |
| commit | 7b04d233d9638742dc5dac5fa6793f266b7eecdb (patch) | |
| tree | e4a8b83c2194daa80002c6dffe2989ab3febf445 | |
| parent | 11520e92ba392dc620c10aceb674d50cd9d95756 (diff) | |
Fix slack dep version
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
