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/03/22 00:03:57 UTC

[incubator-superset] branch master updated: Bump FAB to 1.12.5 (#7085)

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 10d0033  Bump FAB to 1.12.5 (#7085)
10d0033 is described below

commit 10d003346f5aaeab05feeeee18ded0356d4fb897
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Fri Mar 22 00:03:52 2019 +0000

    Bump FAB to 1.12.5 (#7085)
    
    * Bump FAB to 1.12.5
    
    * [requirements] New dependency pyJWT added on FAB 1.12.4 for OAuth redirect
    
    * [requirements] Fix, pip-tools bump to 3.5.0 related to #714
---
 requirements-dev.txt | 2 +-
 requirements.txt     | 3 ++-
 setup.py             | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 872fb04..8f3451c 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -22,7 +22,7 @@ flake8==3.6.0
 flask-cors==3.0.6
 ipdb==0.11
 mysqlclient==1.3.13
-pip-tools==3.1.0
+pip-tools==3.5.0
 psycopg2-binary==2.7.5
 pycodestyle==2.4.0
 pyhive==0.6.1
diff --git a/requirements.txt b/requirements.txt
index 25186db..ae4e487 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.3
+flask-appbuilder==1.12.5
 flask-babel==0.11.1       # via flask-appbuilder
 flask-caching==1.4.0
 flask-compress==1.4.0
@@ -50,6 +50,7 @@ polyline==1.3.2
 py==1.7.0                 # via retry
 pycparser==2.19           # via cffi
 pydruid==0.5.0
+pyjwt==1.7.1              # via flask-appbuilder
 python-dateutil==2.6.1
 python-editor==1.0.3      # via alembic
 python-geohash==0.8.5
diff --git a/setup.py b/setup.py
index a29dfe5..cc47766 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.3, <2.0.0',
+        'flask-appbuilder>=1.12.5, <2.0.0',
         'flask-caching',
         'flask-compress',
         'flask-migrate',