Skip to content

Commit 3e483fe

Browse files
committed
Set moto version to v1
1 parent ea8e54c commit 3e483fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"adapter": [
5252
# used only under src/slack_bolt/adapter
5353
"boto3<=2",
54-
"moto<=2", # For AWS tests
54+
# TODO: Upgrade to v2
55+
"moto<2", # For AWS tests
5556
"bottle>=0.12,<1",
5657
"boddle>=0.2,<0.3", # For Bottle app tests
5758
"chalice>=1.22.1,<2",

0 commit comments

Comments
 (0)