You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/03/29 15:27:10 UTC

[incubator-superset] branch master updated: [dependency] Fix, Bump FAB to 2.3.1 (#9413)

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

dpgaspar 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 2e81e27  [dependency] Fix, Bump FAB to 2.3.1 (#9413)
2e81e27 is described below

commit 2e81e27272f1d6bf65f324efba305b470426b526
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Sun Mar 29 16:26:52 2020 +0100

    [dependency] Fix, Bump FAB to 2.3.1 (#9413)
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1b15a19..578e7ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ croniter==0.3.31          # via apache-superset (setup.py)
 cryptography==2.8         # via apache-superset (setup.py)
 decorator==4.4.1          # via retry
 defusedxml==0.6.0         # via python3-openid
-flask-appbuilder==2.3.0   # via apache-superset (setup.py)
+flask-appbuilder==2.3.1   # via apache-superset (setup.py)
 flask-babel==1.0.0        # via flask-appbuilder
 flask-caching==1.8.0
 flask-compress==1.4.0
diff --git a/setup.py b/setup.py
index 053ae81..e620ab2 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ setup(
         "croniter>=0.3.28",
         "cryptography>=2.4.2",
         "flask>=1.1.0, <2.0.0",
-        "flask-appbuilder>=2.3.0, <2.4.0",
+        "flask-appbuilder>=2.3.1, <2.4.0",
         "flask-caching",
         "flask-compress",
         "flask-talisman",