Skip to content

Commit

Permalink
fix: pin moto<5.0 (#34595)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Apr 24, 2024
1 parent 649631e commit 7cf97ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/testing.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7cf97ec

Please sign in to comment.