You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/09/08 16:59:11 UTC

[incubator-superset] branch master updated: Bump flask-appbuilder to 2.1.13 (#8174)

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 22302e3  Bump flask-appbuilder to 2.1.13 (#8174)
22302e3 is described below

commit 22302e341f2824785687e3542a5e5935280cbd4f
Author: Paul Vickers <pa...@outlook.com>
AuthorDate: Sun Sep 8 17:58:59 2019 +0100

    Bump flask-appbuilder to 2.1.13 (#8174)
    
    * Bump flask-appbuilder to 2.1.12
    
    To pick up this fix https://github.com/dpgaspar/Flask-AppBuilder/pull/1095 which addresses https://github.com/apache/incubator-superset/issues/7739
    
    * Bump FAB again to 2.1.13
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 7b85ebe..c9d0d4c 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.9
+flask-appbuilder==2.1.13
 flask-babel==0.12.2       # via flask-appbuilder
 flask-caching==1.7.2
 flask-compress==1.4.0