You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2022/01/12 20:54:16 UTC

[superset] 01/06: chore: Bump FAB to 3.4.0 (#17420)

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

elizabeth pushed a commit to branch 1.4
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 20eaeae68f3b21ab3d9db9a3616e6142cfef6c07
Author: kamalkeshavani-aiinside <74...@users.noreply.github.com>
AuthorDate: Fri Nov 19 20:29:03 2021 +0530

    chore: Bump FAB to 3.4.0 (#17420)
    
    Bumping FAB to latest 3.4.0
    
    (cherry picked from commit 02a9b84b147aa1eb223dd965b2111024152def76)
---
 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 cbab2a8..022f7cb 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -85,7 +85,7 @@ flask==1.1.4
     #   flask-openid
     #   flask-sqlalchemy
     #   flask-wtf
-flask-appbuilder==3.3.4
+flask-appbuilder==3.4.0
     # via apache-superset
 flask-babel==1.0.0
     # via flask-appbuilder
diff --git a/setup.py b/setup.py
index 1dae60d..252b618 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
         "cryptography>=3.3.2",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=1.1.0, <2.0.0",
-        "flask-appbuilder>=3.3.4, <4.0.0",
+        "flask-appbuilder>=3.4.0, <4.0.0",
         "flask-caching>=1.10.0",
         "flask-compress",
         "flask-talisman",