You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/06/18 15:19:53 UTC

[incubator-superset] branch 0.25 updated: Bump celery (#5224)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch 0.25
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/0.25 by this push:
     new 57e0564  Bump celery (#5224)
57e0564 is described below

commit 57e056432cabc91ca7169f38218842318c0d3915
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Mon Jun 18 18:19:51 2018 +0300

    Bump celery (#5224)
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1f42d8c..60ea341 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 bleach==2.1.2
 boto3==1.4.7
-celery==4.1.0
+celery==4.2.0
 colorama==0.3.9
 cryptography==1.9
 flask==0.12.2
diff --git a/setup.py b/setup.py
index ad73147..439db6a 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
     install_requires=[
         'bleach',
         'boto3>=1.4.6',
-        'celery',
+        'celery>=4.2.0',
         'colorama',
         'contextlib2',
         'cryptography',

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.