Skip to content

Commit 50c01db

Browse files
committed
Adjust the dependency versions
1 parent d42415b commit 50c01db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
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.17.2,<4",
61+
"slack_sdk>=3.18.5,<4",
6262
],
6363
setup_requires=["pytest-runner==5.2"],
6464
tests_require=async_test_dependencies,
@@ -77,8 +77,7 @@
7777
# used only under src/slack_bolt/adapter
7878
"boto3<=2",
7979
"bottle>=0.12,<1",
80-
"chalice>=1.26.5,<2",
81-
"click>=7,<8", # for chalice
80+
"chalice>=1.27.3,<2",
8281
"CherryPy>=18,<19",
8382
"Django>=3,<5",
8483
"falcon>=3.1.1,<4" if sys.version_info.minor >= 11 else "falcon>=2,<4",
@@ -90,7 +89,7 @@
9089
"starlette>=0.14,<1",
9190
"tornado>=6,<7",
9291
# server
93-
"uvicorn<1",
92+
"uvicorn>=0.20,<1",
9493
"gunicorn>=20,<21",
9594
# Socket Mode 3rd party implementation
9695
# Note: 1.2.2 has a regression (https://github.com/websocket-client/websocket-client/issues/769)

0 commit comments

Comments
 (0)