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

@@ -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