You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2017/11/11 00:28:58 UTC

[incubator-superset] branch master updated: Bump celery to 4.1.0 (#3831)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 591e5ec  Bump celery to 4.1.0 (#3831)
591e5ec is described below

commit 591e5ec32ee7321f8833b8199ee6ab9ff7ed92f6
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Nov 10 16:28:56 2017 -0800

    Bump celery to 4.1.0 (#3831)
    
    * Bump celery to 4.1.0
    
    * Also bumping boto3 to allow for celery 4 on SQS
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index fd953c4..7b887ed 100644
--- a/setup.py
+++ b/setup.py
@@ -43,8 +43,8 @@ setup(
     zip_safe=False,
     scripts=['superset/bin/superset'],
     install_requires=[
-        'boto3==1.4.4',
-        'celery==3.1.25',
+        'boto3>=1.4.6',
+        'celery==4.1.0',
         'colorama==0.3.9',
         'cryptography==1.9',
         'flask==0.12.2',

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].