Skip to content

Commit

Permalink
Update moto requirement
Browse files Browse the repository at this point in the history
There was a regression in moto 5.0.3 that broke the S3 tests, so require the version that includes the fix.
  • Loading branch information
dhirving committed Mar 12, 2024
1 parent cda7a56 commit ba67396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ importlib_resources
backoff >= 1.10
boto3 >= 1.13
botocore >= 1.15
moto >= 1.3,!=5.0.0
# A moto regression that breaks our tests is fixed in 5.0.4
moto >= 4, != 5.0.0, != 5.0.1, != 5.0.2, != 5.0.3
responses >= 0.12.0
urllib3 >= 1.25.10
requests >= 2.26.0
Expand Down

0 comments on commit ba67396

Please sign in to comment.