← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:celery-4.4.7 into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:celery-4.4.7 into launchpad:master.

Commit message:
Upgrade to celery 4.4.7

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407466

lazr.jobrunner declares that it requires celery >= 4.3 on Python 3.  Since our workers apparently still work with celery 4.1.1 on Python 3, using a lower version may not in fact be a critical problem (I believe the dependency was due to https://github.com/celery/celery/pull/5370, which only matters when `CELERY_CONFIG_MODULE` points to a module within a PEP 420 namespace package), but it doesn't seem like a good idea.

Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/407465
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:celery-4.4.7 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 12a04b1..99e6830 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -7,7 +7,7 @@
 
 # lp:~launchpad/ampoule:launchpad
 ampoule==19.12.0.post1
-amqp==2.4.2
+amqp==2.6.1
 anyjson==0.3.3
 appdirs==1.4.3
 asn1crypto==0.23.0
@@ -18,13 +18,13 @@ backports.functools-lru-cache==1.5
 # 3.5.  Pin to 3.1.7 until we no longer care about xenial.
 bcrypt==3.1.7
 beautifulsoup4==4.7.1
-billiard==3.5.0.5
+billiard==3.6.4.0
 bleach==3.1.0
 breezy==3.0.1
 bson==0.5.9
 boto3==1.16.63
 botocore==1.19.63
-celery==4.1.1
+celery==4.4.7
 Chameleon==3.6.2
 configobj==5.0.6
 contextvars==2.4
@@ -53,6 +53,7 @@ httplib2==0.8
 hyperlink==18.0.0
 immutables==0.14
 importlib==1.0.2
+importlib-metadata==2.1.1
 importlib-resources==0.5
 incremental==21.3.0
 ipaddress==1.0.18
@@ -61,7 +62,7 @@ iso8601==0.1.12
 jmespath==0.10.0
 jsautobuild==0.2
 keyring==0.6.2
-kombu==4.4.0
+kombu==4.6.11
 launchpad-buildd==193
 launchpadlib==1.10.9
 lazr.batchnavigator==1.3.0
@@ -155,7 +156,7 @@ txpkgupload==0.4
 unittest2==1.1.0+lp1
 urllib3==1.25.11
 van.testing==3.0.0
-vine==1.1.4
+vine==1.3.0
 virtualenv-tools3==2.0.0
 wadllib==1.3.5
 waitress==1.3.1
@@ -168,6 +169,7 @@ WSGIProxy2==0.4.6
 wsgiref==0.1.2
 z3c.pt==3.2.0
 z3c.ptcompat==2.2.0
+zipp==1.2.0
 zope.app.http==4.0.1
 zope.app.publication==4.3.1
 zope.app.publisher==4.2.0