upgrade celery to 4.2.0

celery 4.2.0 no longer requires boto2, so we can get rid of that
patched version.
This commit is contained in:
Leo Hemsted
2017-12-28 12:03:04 +00:00
parent 0843503b7a
commit 4b7ed9db2f
2 changed files with 6 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
# with package version changes made in requirements-app.txt # with package version changes made in requirements-app.txt
cffi==1.11.5 cffi==1.11.5
celery==3.1.26.post2 # pyup: <4 celery==4.2.1
docopt==0.6.2 docopt==0.6.2
Flask-Bcrypt==0.7.1 Flask-Bcrypt==0.7.1
flask-marshmallow==0.9.0 flask-marshmallow==0.9.0
@@ -28,5 +28,3 @@ awscli-cwlogs>=1.4,<1.5
botocore<1.11.0 botocore<1.11.0
git+https://github.com/alphagov/notifications-utils.git@30.4.0#egg=notifications-utils==30.4.0 git+https://github.com/alphagov/notifications-utils.git@30.4.0#egg=notifications-utils==30.4.0
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3

View File

@@ -4,7 +4,7 @@
# with package version changes made in requirements-app.txt # with package version changes made in requirements-app.txt
cffi==1.11.5 cffi==1.11.5
celery==3.1.26.post2 # pyup: <4 celery==4.2.1
docopt==0.6.2 docopt==0.6.2
Flask-Bcrypt==0.7.1 Flask-Bcrypt==0.7.1
flask-marshmallow==0.9.0 flask-marshmallow==0.9.0
@@ -31,14 +31,11 @@ botocore<1.11.0
git+https://github.com/alphagov/notifications-utils.git@30.4.0#egg=notifications-utils==30.4.0 git+https://github.com/alphagov/notifications-utils.git@30.4.0#egg=notifications-utils==30.4.0
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
## The following requirements were added by pip freeze: ## The following requirements were added by pip freeze:
alembic==1.0.0 alembic==1.0.0
amqp==1.4.9 amqp==2.3.2
anyjson==0.3.3
bcrypt==3.1.4 bcrypt==3.1.4
billiard==3.3.0.23 billiard==3.5.0.4
bleach==2.1.3 bleach==2.1.3
boto3==1.6.16 boto3==1.6.16
certifi==2018.8.24 certifi==2018.8.24
@@ -54,7 +51,7 @@ idna==2.7
itsdangerous==0.24 itsdangerous==0.24
Jinja2==2.10 Jinja2==2.10
jmespath==0.9.3 jmespath==0.9.3
kombu==3.0.37 kombu==4.2.1
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.0 MarkupSafe==1.0
mistune==0.8.3 mistune==0.8.3
@@ -77,6 +74,6 @@ six==1.11.0
smartypants==2.0.1 smartypants==2.0.1
statsd==3.2.2 statsd==3.2.2
urllib3==1.23 urllib3==1.23
vine==1.1.4
webencodings==0.5.1 webencodings==0.5.1
Werkzeug==0.14.1 Werkzeug==0.14.1
wheel==0.24.0