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 de403de Bump FAB to 1.12.3 (#6854)
de403de is described below
commit de403de6fe5b36b0acaa16a5a23fb6df2da666d7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Feb 11 22:36:18 2019 -0800
Bump FAB to 1.12.3 (#6854)
Related CHANGELOG:
https://github.com/dpgaspar/Flask-AppBuilder/blob/master/docs/versions.rst#improvements-and-bug-fixes-on-1123
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 5eef82f..93181d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ croniter==0.3.26
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
-flask-appbuilder==1.12.1
+flask-appbuilder==1.12.3
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 fa82e10..7d72dbe 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ setup(
'croniter>=0.3.26',
'cryptography>=2.4.2',
'flask>=1.0.0, <2.0.0',
- 'flask-appbuilder>=1.12.1, <2.0.0',
+ 'flask-appbuilder>=1.12.3, <2.0.0',
'flask-caching',
'flask-compress',
'flask-migrate',