From 38a1d56c3fed7012d581c3a43404bd67e182b6b0 Mon Sep 17 00:00:00 2001 From: Andrei Medvedev Date: Mon, 29 Jan 2024 15:03:30 +0200 Subject: [PATCH] Downgrade moto to 4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c635ec4..bf7c202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # # Moto v5 is incompatible with current mocks3 implementation -moto[server]==4.2.14 +moto[server]==3.0.18 boto3==1.34.29 flask_cors==4.0.0