From commits-return-2436-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Mar 22 00:04:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 740B6180621 for ; Fri, 22 Mar 2019 01:03:59 +0100 (CET) Received: (qmail 3639 invoked by uid 500); 22 Mar 2019 00:03:58 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 3629 invoked by uid 99); 22 Mar 2019 00:03:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2019 00:03:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0F78285092; Fri, 22 Mar 2019 00:03:58 +0000 (UTC) Date: Fri, 22 Mar 2019 00:03:57 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Bump FAB to 1.12.5 (#7085) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155321303759.10885.15785550871990547511@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9b58e9f4920ef424e5b545dcbb4726e22bed5982 X-Git-Newrev: 10d003346f5aaeab05feeeee18ded0356d4fb897 X-Git-Rev: 10d003346f5aaeab05feeeee18ded0356d4fb897 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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',