You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/03/20 17:45:47 UTC

[incubator-superset] branch master updated: [requirements] Telling Celery 4.4.1 it is not welcome here (#9331)

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

johnbodley 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 232925b  [requirements] Telling Celery 4.4.1 it is not welcome here (#9331)
232925b is described below

commit 232925b7bf0e2ffbe23029a77a97223663830968
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Mar 20 10:45:26 2020 -0700

    [requirements] Telling Celery 4.4.1 it is not welcome here (#9331)
    
    Co-authored-by: John Bodley <jo...@airbnb.com>
---
 requirements-dev.txt | 2 +-
 setup.py             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6478ae8..e3c6f95 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -22,7 +22,7 @@ ipdb==0.12
 isort==4.3.21
 mypy==0.670
 nose==1.3.7
-pip-tools==3.7.0
+pip-tools==4.5.1
 pre-commit==1.17.0
 psycopg2-binary==2.7.5
 pycodestyle==2.5.0
diff --git a/setup.py b/setup.py
index 47f5023..053ae81 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ setup(
     install_requires=[
         "backoff>=1.8.0",
         "bleach>=3.0.2, <4.0.0",
-        "celery>=4.3.0, <5.0.0",
+        "celery>=4.3.0, <5.0.0, !=4.4.1",
         "click<8",
         "colorama",
         "contextlib2",