You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2019/06/21 16:43:18 UTC

[incubator-superset] branch master updated: Bump FAB to 2.1.5 (#7750)

This is an automated email from the ASF dual-hosted git repository.

villebro 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 f09c916  Bump FAB to 2.1.5 (#7750)
f09c916 is described below

commit f09c916879eee2f2bc0a389faeda79f76a2a581b
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Fri Jun 21 17:43:10 2019 +0100

    Bump FAB to 2.1.5 (#7750)
---
 requirements.txt | 4 ++--
 setup.py         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 168e949..9192868 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.4
+flask-appbuilder==2.1.5
 flask-babel==0.11.1       # via flask-appbuilder
 flask-caching==1.4.0
 flask-compress==1.4.0
@@ -55,7 +55,7 @@ pandas==0.23.4
 parsedatetime==2.0.0
 pathlib2==2.3.0
 polyline==1.3.2
-prison==0.1.0             # via flask-appbuilder
+prison==0.1.2             # via flask-appbuilder
 py==1.7.0                 # via retry
 pycparser==2.19           # via cffi
 pydruid==0.5.3
diff --git a/setup.py b/setup.py
index a4f3b81..420375b 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ setup(
         'croniter>=0.3.28',
         'cryptography>=2.4.2',
         'flask>=1.0.0, <2.0.0',
-        'flask-appbuilder>=2.1.4, <2.3.0',
+        'flask-appbuilder>=2.1.5, <2.3.0',
         'flask-caching',
         'flask-compress',
         'flask-talisman',