← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pappacena/launchpad:boto-py35 into launchpad:master

 

Thiago F. Pappacena has proposed merging ~pappacena/launchpad:boto-py35 into launchpad:master.

Commit message:
Downgrading boto to make it compatible with python3.5

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/400477
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/launchpad:boto-py35 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index f1bafe7..7234f9e 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -22,8 +22,8 @@ billiard==3.5.0.5
 bleach==3.1.0
 breezy==3.0.1
 bson==0.5.9
-boto3==1.17.40
-botocore==1.20.40
+boto3==1.16.63
+botocore==1.19.63
 celery==4.1.1
 Chameleon==3.6.2
 configobj==5.0.6

Follow ups