From 2b3fde49576771975ec462243f9adf296938f616 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Sun, 28 Jan 2024 23:53:57 +0200 Subject: [PATCH] Limit moto to <5.0.0 until the breaking issues are fixed (#8820) --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3ada61cca64..579a73977fd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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