fix: pin moto<5.0 (#34595)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user