fix: pin moto<5.0 (#34595)

This commit is contained in:
Usama Sadiq
2024-04-24 18:08:58 +05:00
committed by GitHub
parent 649631e589
commit 7cf97ec0de
2 changed files with 4 additions and 1 deletions

View File

@@ -125,3 +125,6 @@ lxml<5.0
# xmlsec==1.3.14 breaking tests for all builds, can be removed once a fix is available
xmlsec<1.3.14
# moto==5.0 contains breaking changes. Needs to be updated separately.
moto<5.0

View File

@@ -1,6 +1,6 @@
-r base.txt
moto
moto<5.0 # moto==5.0 contains breaking changes. needs to be fixed separately.
pytest
requests_mock
responses