Skip to content

Commit b480eb0

Browse files
committed
Upgrade slack_sdk to 3.1.1
1 parent 4f5cd1e commit b480eb0

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
@@ -33,7 +33,7 @@
3333
exclude=["examples", "integration_tests", "tests", "tests.*",]
3434
),
3535
include_package_data=True, # MANIFEST.in
36-
install_requires=["slack_sdk>=3.1.0,<3.2",],
36+
install_requires=["slack_sdk>=3.1.1,<3.2",],
3737
setup_requires=["pytest-runner==5.2"],
3838
tests_require=test_dependencies,
3939
test_suite="tests",

0 commit comments

Comments
 (0)