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/13 16:02:28 UTC

(superset) 15/16: fix: bump FAB to 4.3.11 (#27039)

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 534e8f394e96667a04a9f31e3fa2865b0786b2ce
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Wed Feb 7 15:58:19 2024 +0000

    fix: bump FAB to 4.3.11 (#27039)
---
 requirements/base.txt | 9 ++++-----
 setup.py              | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index da95b8c571..95eeaa450c 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -88,7 +88,7 @@ dnspython==2.1.0
     # via email-validator
 email-validator==1.1.3
     # via flask-appbuilder
-exceptiongroup==1.1.1
+exceptiongroup==1.2.0
     # via cattrs
 flask==2.2.5
     # via
@@ -104,7 +104,7 @@ flask==2.2.5
     #   flask-session
     #   flask-sqlalchemy
     #   flask-wtf
-flask-appbuilder==4.3.10
+flask-appbuilder==4.3.11
     # via apache-superset
 flask-babel==1.0.0
     # via flask-appbuilder
@@ -141,9 +141,7 @@ geographiclib==1.52
 geopy==2.2.0
     # via apache-superset
 greenlet==2.0.2
-    # via
-    #   shillelagh
-    #   sqlalchemy
+    # via shillelagh
 gunicorn==21.2.0
     # via apache-superset
 hashids==1.3.1
@@ -345,6 +343,7 @@ typing-extensions==4.4.0
     #   apache-superset
     #   cattrs
     #   flask-limiter
+    #   kombu
     #   limits
     #   shillelagh
 tzdata==2023.3
diff --git a/setup.py b/setup.py
index 4307b51c87..423a21d887 100644
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ setup(
         "cryptography>=41.0.2, <41.1.0",
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
-        "flask-appbuilder>=4.3.10, <5.0.0",
+        "flask-appbuilder>=4.3.11, <5.0.0",
         "flask-caching>=2.1.0, <3",
         "flask-compress>=1.13, <2.0",
         "flask-talisman>=1.0.0, <2.0",