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 2019/06/10 01:25:44 UTC

[incubator-superset] branch master updated: Bump FAB to 2.1.4 (#7478)

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

maximebeauchemin 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 6eb60ed  Bump FAB to 2.1.4 (#7478)
6eb60ed is described below

commit 6eb60ed89de46b3f4a7aaac06a8d57d71ae8cd08
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Mon Jun 10 02:25:31 2019 +0100

    Bump FAB to 2.1.4 (#7478)
    
    * Bump FAB to 2.1.0
    
    * Bump FAB to 2.1.1
    
    * Bump FAB to 2.1.2
    
    * Test revert to 2.1.1
    
    * again to 2.1.2
    
    * Bump FAB to 2.1.4
---
 requirements.txt | 4 ++--
 setup.py         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1adab4f..beeab8d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,7 @@ croniter==0.3.29
 cryptography==2.4.2
 decorator==4.3.0          # via retry
 defusedxml==0.5.0         # via python3-openid
-flask-appbuilder==2.0.0
+flask-appbuilder==2.1.4
 flask-babel==0.11.1       # via flask-appbuilder
 flask-caching==1.4.0
 flask-compress==1.4.0
@@ -31,7 +31,7 @@ flask-jwt-extended==3.18.1  # via flask-appbuilder
 flask-login==0.4.1        # via flask-appbuilder
 flask-migrate==2.1.1
 flask-openid==1.2.5       # via flask-appbuilder
-flask-sqlalchemy==2.3.2   # via flask-appbuilder, flask-migrate
+flask-sqlalchemy==2.4.0   # via flask-appbuilder, flask-migrate
 flask-talisman==0.6.0
 flask-wtf==0.14.2
 flask==1.0.2
diff --git a/setup.py b/setup.py
index fc91ea4..e109c63 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ setup(
         'croniter>=0.3.28',
         'cryptography>=2.4.2',
         'flask>=1.0.0, <2.0.0',
-        'flask-appbuilder>=2.0.0, <2.3.0',
+        'flask-appbuilder>=2.1.4, <2.3.0',
         'flask-caching',
         'flask-compress',
         'flask-talisman',