Skip to content

Commit 0b7f28c

Browse files
committed
Upgrade the minimum slack-sdk version to 3.4
1 parent 3bde6df commit 0b7f28c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
exclude=["examples", "integration_tests", "tests", "tests.*",]
3535
),
3636
include_package_data=True, # MANIFEST.in
37-
install_requires=["slack_sdk>=3.3.2,<3.4",],
37+
install_requires=["slack_sdk>=3.4,<4",],
3838
setup_requires=["pytest-runner==5.2"],
3939
tests_require=test_dependencies,
4040
test_suite="tests",
@@ -52,8 +52,7 @@
5252
"moto<=2", # For AWS tests
5353
"bottle>=0.12,<1",
5454
"boddle>=0.2,<0.3", # For Bottle app tests
55-
# TODO: https://github.com/aws/chalice/issues/1627
56-
"chalice>=1.22,<2",
55+
"chalice>=1.22.1,<2",
5756
"click>=7,<8", # for chalice
5857
"CherryPy>=18,<19",
5958
"Django>=3,<4",

0 commit comments

Comments
 (0)