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/10/27 14:55:03 UTC

[incubator-superset] branch master updated: fix: bump FAB to 3.1.1 (#11444)

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 427058b  fix: bump FAB to 3.1.1 (#11444)
427058b is described below

commit 427058b4dc6b2e0c24610fa0f76b25b1aa92fb7d
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Tue Oct 27 14:54:29 2020 +0000

    fix: bump FAB to 3.1.1 (#11444)
---
 requirements/base.txt | 2 +-
 setup.py              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 08851d7..4433bee 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -30,7 +30,7 @@ decorator==4.4.2          # via retry
 defusedxml==0.6.0         # via python3-openid
 dnspython==2.0.0          # via email-validator
 email-validator==1.1.1    # via flask-appbuilder
-flask-appbuilder==3.0.1   # via apache-superset
+flask-appbuilder==3.1.1   # via apache-superset
 flask-babel==1.0.0        # via flask-appbuilder
 flask-caching==1.9.0      # via apache-superset
 flask-compress==1.5.0     # via apache-superset
diff --git a/setup.py b/setup.py
index 43cf397..21bde6c 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ setup(
         "croniter>=0.3.28",
         "cryptography>=2.4.2",
         "flask>=1.1.0, <2.0.0",
-        "flask-appbuilder>=3.0.1, <4.0.0",
+        "flask-appbuilder>=3.1.1, <4.0.0",
         "flask-caching",
         "flask-compress",
         "flask-talisman",