Skip to content

Commit

Permalink
Pin cement dependency to 2.10.14 to allow EB CLI to work with Python …
Browse files Browse the repository at this point in the history
…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: datafolklabs/cement#673
  • Loading branch information
Rahul Rajaram committed Feb 20, 2024
1 parent 63f6107 commit ebba70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ebba70b

Please sign in to comment.