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/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8c095a6 Bump FAB to 2.2.4 (#9165)
8c095a6 is described below
commit 8c095a6e39450fd1762e506b953802b852bee150
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Mon Feb 24 18:57:58 2020 +0000
Bump FAB to 2.2.4 (#9165)
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index d510d1a..5695d0c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ croniter==0.3.31
cryptography==2.8
decorator==4.4.1 # via retry
defusedxml==0.6.0 # via python3-openid
-flask-appbuilder==2.2.3
+flask-appbuilder==2.2.4
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0
flask-compress==1.4.0
diff --git a/setup.py b/setup.py
index 6daa124..4e5a584 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ setup(
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.1.0, <2.0.0",
- "flask-appbuilder>=2.2.3, <2.3.0",
+ "flask-appbuilder>=2.2.4, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",