You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/02/22 17:41:49 UTC

(superset) 10/14: feat: bump FAB to 4.4.0 (#27159)

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

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

commit 4b56670aa2f151deebffa131a8050da58d18915c
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Mon Feb 19 21:06:27 2024 +0000

    feat: bump FAB to 4.4.0 (#27159)
    
    (cherry picked from commit f7c5773a97bdea7ee767912d58a5cfdf23a5be87)
---
 requirements/base.txt | 3 +--
 setup.py              | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index e97e52fe54..c6c2c086da 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -104,7 +104,7 @@ flask==2.2.5
     #   flask-session
     #   flask-sqlalchemy
     #   flask-wtf
-flask-appbuilder==4.3.11
+flask-appbuilder==4.4.0
     # via apache-superset
 flask-babel==1.0.0
     # via flask-appbuilder
@@ -310,7 +310,6 @@ six==1.16.0
     # via
     #   click-repl
     #   isodate
-    #   paramiko
     #   prison
     #   python-dateutil
     #   url-normalize
diff --git a/setup.py b/setup.py
index 998b134dc7..25c547f246 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ setup(
         "cryptography>=41.0.2, <43.0.0",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
-        "flask-appbuilder>=4.3.11, <5.0.0",
+        "flask-appbuilder>=4.4.0, <5.0.0",
         "flask-caching>=2.1.0, <3",
         "flask-compress>=1.13, <2.0",
         "flask-talisman>=1.0.0, <2.0",