Skip to content

Commit

Permalink
Merge pull request #83 from lsst/tickets/DM-43150
Browse files Browse the repository at this point in the history
DM-43150: Fix moto regression in S3 tests
  • Loading branch information
dhirving committed Mar 12, 2024
2 parents cda7a56 + 4b7e8be commit bc58b9c
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 bc58b9c

Please sign in to comment.