This is an automated email from the ASF dual-hosted git repository.
erikrit 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 6bce4f9 fab 2.2.0 (#8517)
6bce4f9 is described below
commit 6bce4f9877578f17a6bd9b5a6ee06630160ae81d
Author: ʈᵃᵢ <[email protected]>
AuthorDate: Mon Nov 11 17:34:08 2019 -0800
fab 2.2.0 (#8517)
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index c9d0d4c..bcf4b8f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,7 +22,7 @@ croniter==0.3.30
cryptography==2.7
decorator==4.4.0 # via retry
defusedxml==0.6.0 # via python3-openid
-flask-appbuilder==2.1.13
+flask-appbuilder==2.2.0
flask-babel==0.12.2 # via flask-appbuilder
flask-caching==1.7.2
flask-compress==1.4.0
diff --git a/setup.py b/setup.py
index b2d9cea..884d316 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ setup(
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.1.0, <2.0.0",
- "flask-appbuilder>=2.1.13, <2.3.0",
+ "flask-appbuilder>=2.2.0, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",