Skip to content

Commit f9c2819

Browse files
authored
Bump optional dependencies for v1.9.4 release (#504)
1 parent 292e9c7 commit f9c2819

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

examples/aws_lambda/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
slack-bolt/
2+
slack_bolt/
3+
vendor/
24
.env

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
test_dependencies = [
1616
"pytest>=6.2.5,<7",
17-
"pytest-cov>=2,<3",
17+
"pytest-cov>=3,<4",
1818
"Flask-Sockets>=0.2,<1",
1919
"Werkzeug<2", # TODO: support Flask 2.x
2020
"black==21.9b0",
@@ -67,18 +67,18 @@
6767
"moto<2", # For AWS tests
6868
"bottle>=0.12,<1",
6969
"boddle>=0.2,<0.3", # For Bottle app tests
70-
"chalice>=1.22.4,<2",
70+
"chalice>=1.26.1,<2",
7171
"click>=7,<8", # for chalice
7272
"CherryPy>=18,<19",
7373
"Django>=3,<4",
7474
"falcon>=2,<3",
75-
"fastapi<1",
75+
"fastapi>=0.70.0,<1",
7676
"Flask>=1,<2",
7777
"Werkzeug<2", # TODO: support Flask 2.x
7878
"pyramid>=1,<2",
7979
"sanic>=21,<22" if sys.version_info.minor > 6 else "sanic>=20,<21",
80-
"sanic-testing>=0.6" if sys.version_info.minor > 6 else "",
81-
"starlette>=0.13,<1",
80+
"sanic-testing>=0.7" if sys.version_info.minor > 6 else "",
81+
"starlette>=0.14,<1",
8282
"requests>=2,<3", # For starlette's TestClient
8383
"tornado>=6,<7",
8484
# server

0 commit comments

Comments
 (0)