Skip to content

Commit

Permalink
fix: pin moto<5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 31, 2024
1 parent 4b72526 commit 2b5c70f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@

# This file contains all common constraints for edx-repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# moto==5.0 contains breaking changes in test env
# neeeds to be fixed in a separate pr
moto<5.0
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==5.0.0
# via -r requirements/test.in
moto[cloudformation]==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.1
Expand Down

0 comments on commit 2b5c70f

Please sign in to comment.