Skip to content

Commit c6f3e9a

Browse files
authored
Fix #850 by upgrading slack-sdk version to the latest (#852)
1 parent 36ab652 commit c6f3e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
),
5959
include_package_data=True, # MANIFEST.in
6060
install_requires=[
61-
"slack_sdk>=3.18.5,<4",
61+
"slack_sdk>=3.20.2,<4",
6262
],
6363
setup_requires=["pytest-runner==5.2"],
6464
tests_require=async_test_dependencies,

0 commit comments

Comments
 (0)