From 5895a63fa8d3c61c3cdb8e5fe349725accda5933 Mon Sep 17 00:00:00 2001 From: Kuba Nowacki Date: Fri, 13 Sep 2024 12:08:04 +0200 Subject: [PATCH] Update Slack API to latest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b14ae4b..b23ebfd 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ 'rsa==4.8', 'SecretStorage==3.3.1', 'six==1.16.0', - 'slack-sdk==3.19.0', + 'slack-sdk==3.32.0', 'smmap==5.0.0', 'terrasnek==0.1.7', 'time-machine==2.5.0',