This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 f5839c4 Bump FAB to 2.1.6 (#7832)
f5839c4 is described below
commit f5839c413e0ffddd2911786707601ef01342e6a4
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Mon Jul 8 17:33:40 2019 +0100
Bump FAB to 2.1.6 (#7832)
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 9192868..8c0b616 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,7 @@ croniter==0.3.29
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
-flask-appbuilder==2.1.5
+flask-appbuilder==2.1.6
flask-babel==0.11.1 # via flask-appbuilder
flask-caching==1.4.0
flask-compress==1.4.0
diff --git a/setup.py b/setup.py
index dc21c38..3fa26b3 100644
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ setup(
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.0.0, <2.0.0",
- "flask-appbuilder>=2.1.5, <2.3.0",
+ "flask-appbuilder>=2.1.6, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",