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 4881328fbf fix: CSP, bump FAB to 4.3.4 (#24646)
4881328fbf is described below
commit 4881328fbf5615ed24884de0f92aba28e0836c31
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Mon Jul 10 20:09:50 2023 +0100
fix: CSP, bump FAB to 4.3.4 (#24646)
---
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 f9b82ab270..2040228817 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -88,7 +88,7 @@ flask==2.2.5
# flask-migrate
# flask-sqlalchemy
# flask-wtf
-flask-appbuilder==4.3.3
+flask-appbuilder==4.3.4
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
diff --git a/setup.py b/setup.py
index 22a5940947..4c9b41f94c 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
"cryptography>=39.0.1, <40",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
- "flask-appbuilder>=4.3.3, <5.0.0",
+ "flask-appbuilder>=4.3.4, <5.0.0",
"flask-caching>=1.10.1, <1.11",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",