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 2024/02/19 21:06:34 UTC

(superset) branch master updated: feat: bump FAB to 4.4.0 (#27159)

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 f7c5773a97 feat: bump FAB to 4.4.0 (#27159)
f7c5773a97 is described below

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

    feat: bump FAB to 4.4.0 (#27159)
---
 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 ed97d10da3..d08d644e16 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -106,7 +106,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
@@ -322,7 +322,6 @@ six==1.16.0
     # via
     #   click-repl
     #   isodate
-    #   paramiko
     #   prison
     #   python-dateutil
     #   url-normalize
diff --git a/setup.py b/setup.py
index 2bf4c77b0d..790c179fd6 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",