From ebba70b0cf6c400be268114d85275064e1708c75 Mon Sep 17 00:00:00 2001 From: Rahul Rajaram Date: Tue, 20 Feb 2024 08:12:43 -0800 Subject: [PATCH] Pin cement dependency to 2.10.14 to allow EB CLI to work with Python 3.12 Cement 2.10.14 avoids importing `imp` in versions of Python it is deprecated in. This commit upgrades Cement to Python 2.10.14. See: https://github.com/datafolklabs/cement/pull/673 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab090c226..7dd24efab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ botocore>1.23.41,<1.35.0 -cement==2.8.2 +cement==2.10.14 colorama>=0.2.5,<0.4.4 # use the same range that 'docker-compose' uses pathspec==0.10.1 python-dateutil>=2.1,<3.0.0 # use the same range that 'botocore' uses