Skip to content

Commit ba67396

Browse files
committed
Update moto requirement
There was a regression in moto 5.0.3 that broke the S3 tests, so require the version that includes the fix.
1 parent cda7a56 commit ba67396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ importlib_resources
55
backoff >= 1.10
66
boto3 >= 1.13
77
botocore >= 1.15
8-
moto >= 1.3,!=5.0.0
8+
# 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
910
responses >= 0.12.0
1011
urllib3 >= 1.25.10
1112
requests >= 2.26.0

0 commit comments

Comments
 (0)