Skip to content

Commit

Permalink
Limit moto to <5.0.0 until the breaking issues are fixed (#8820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 28, 2024
1 parent b1c8b28 commit 2b3fde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest-timeout==2.2.0
pytest-click==1.1.0
pytest-order==1.2.0
boto3>=1.26.143
moto>=4.1.11
moto>=4.1.11,<5.0.0
# typing extensions
mypy==1.8.0; platform_python_implementation=="CPython"
pre-commit==3.5.0
Expand Down

0 comments on commit 2b3fde4

Please sign in to comment.