From commits-return-2976-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Aug 6 05:52:29 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 42208180181 for ; Tue, 6 Aug 2019 07:52:29 +0200 (CEST) Received: (qmail 72469 invoked by uid 500); 6 Aug 2019 05:52:28 -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 72460 invoked by uid 99); 6 Aug 2019 05:52:28 -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; Tue, 06 Aug 2019 05:52:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6FC2E85EEF; Tue, 6 Aug 2019 05:52:28 +0000 (UTC) Date: Tue, 06 Aug 2019 05:52:28 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Bump FAB to 2.1.8 (#7986) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156507074759.19679.13873711660888455456@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: fdb62e9865104f2729f13db879675a2c932bbef8 X-Git-Newrev: 0c817e5fa9f015962fd7d6eac2af37201f118511 X-Git-Rev: 0c817e5fa9f015962fd7d6eac2af37201f118511 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 0c817e5 Bump FAB to 2.1.8 (#7986) 0c817e5 is described below commit 0c817e5fa9f015962fd7d6eac2af37201f118511 Author: Daniel Vaz Gaspar AuthorDate: Tue Aug 6 06:52:17 2019 +0100 Bump FAB to 2.1.8 (#7986) --- requirements.txt | 11 +++-------- setup.py | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1454eb..7dc8d99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,9 +13,7 @@ babel==2.7.0 # via flask-babel billiard==3.6.0.0 # via celery bleach==3.1.0 celery==4.3.0 -certifi==2019.6.16 # via requests cffi==1.12.3 # via cryptography -chardet==3.0.4 # via requests click==6.7 colorama==0.4.1 contextlib2==0.5.5 @@ -23,7 +21,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.7 +flask-appbuilder==2.1.8 flask-babel==0.12.2 # via flask-appbuilder flask-caching==1.7.2 flask-compress==1.4.0 @@ -72,16 +70,13 @@ pyyaml==5.1.2 retry==0.9.2 selenium==3.141.0 simplejson==3.16.0 -six==1.12.0 # via bleach, cryptography, flask-jwt-extended, flask-talisman, isodate, jsonschema, pathlib2, polyline, prison, pydruid, pyrsistent, python-dateutil, sqlalchemy-utils, wtforms-json +six==1.12.0 # via bleach, cryptography, flask-jwt-extended, flask-talisman, isodate, jsonschema, pathlib2, polyline, prison, pyrsistent, python-dateutil, sqlalchemy-utils, wtforms-json sqlalchemy-utils==0.34.1 sqlalchemy==1.3.6 sqlparse==0.3.0 -urllib3==1.25.3 # via requests, selenium +urllib3==1.25.3 # via selenium vine==1.3.0 # via amqp, celery webencodings==0.5.1 # via bleach werkzeug==0.15.5 # via flask, flask-jwt-extended wtforms-json==0.3.3 wtforms==2.2.1 # via flask-wtf, wtforms-json - -# The following packages are considered to be unsafe in a requirements file: -# setuptools==41.0.1 # via jsonschema, markdown diff --git a/setup.py b/setup.py index a0c02ff..1cfa9f2 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( "croniter>=0.3.28", "cryptography>=2.4.2", "flask>=1.0.0, <2.0.0", - "flask-appbuilder>=2.1.6, <2.3.0", + "flask-appbuilder>=2.1.8, <2.3.0", "flask-caching", "flask-compress", "flask-talisman",