We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda7a56 commit ba67396Copy full SHA for ba67396
requirements.txt
@@ -5,7 +5,8 @@ importlib_resources
5
backoff >= 1.10
6
boto3 >= 1.13
7
botocore >= 1.15
8
-moto >= 1.3,!=5.0.0
+# A moto regression that breaks our tests is fixed in 5.0.4
9
+moto >= 4, != 5.0.0, != 5.0.1, != 5.0.2, != 5.0.3
10
responses >= 0.12.0
11
urllib3 >= 1.25.10
12
requests >= 2.26.0
0 commit comments