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 2022/01/07 14:28:31 UTC

[superset] branch master updated: chore: bump FAB to 3.4.3 (#17964)

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/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ea3a583  chore: bump FAB to 3.4.3 (#17964)
ea3a583 is described below

commit ea3a5836b58f1a237e479b64efdefbc2eced0641
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Fri Jan 7 14:27:04 2022 +0000

    chore: bump FAB to 3.4.3 (#17964)
---
 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 ef034bb..d0cd102 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -77,7 +77,7 @@ flask==1.1.4
     #   flask-openid
     #   flask-sqlalchemy
     #   flask-wtf
-flask-appbuilder==3.4.1
+flask-appbuilder==3.4.3
     # via apache-superset
 flask-babel==1.0.0
     # via flask-appbuilder
diff --git a/setup.py b/setup.py
index 3ebf16e..00dd25b 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.4.1, <4.0.0",
+        "flask-appbuilder>=3.4.3, <4.0.0",
         "flask-caching>=1.10.0",
         "flask-compress",
         "flask-talisman",