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 2018/12/12 06:01:11 UTC

[incubator-superset] branch master updated: Update requests version (#6510)

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 852c512  Update requests version (#6510)
852c512 is described below

commit 852c51219b943e624a26629521027bd3cdb35ad0
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Dec 11 22:01:06 2018 -0800

    Update requests version (#6510)
    
    * Update requests version
    
    * Run pip-compile --output-file requirements.txt
---
 requirements.txt | 21 ++++++++++++++++-----
 setup.py         |  2 +-
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index fedd2b1..b728bf0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,6 +12,7 @@ billiard==3.5.0.4         # via celery
 bleach==3.0.2
 boto3==1.4.7
 botocore==1.7.48
+cachetools==3.0.0         # via google-auth
 cchardet==1.0.0           # via tabulator
 celery==4.2.0
 certifi==2018.8.24        # via requests
@@ -20,8 +21,9 @@ chardet==3.0.4            # via requests
 click==6.7
 colorama==0.3.9
 contextlib2==0.5.5
-croniter==0.3.26
+croniter==0.3.25
 cryptography==1.9
+decorator==4.3.0          # via retry
 defusedxml==0.5.0         # via python3-openid
 docutils==0.14            # via botocore
 et-xmlfile==1.0.1         # via openpyxl
@@ -38,6 +40,8 @@ flask==1.0.2
 flower==0.9.2
 future==0.16.0            # via pyhive
 geopy==1.11.0
+google-auth==1.6.1        # via gsheetsdb
+gsheetsdb==0.1.8
 gunicorn==19.8.0
 humanize==0.5.1
 idna==2.6
@@ -54,29 +58,36 @@ linear-tsv==1.1.0         # via tabulator
 mako==1.0.7               # via alembic
 markdown==3.0
 markupsafe==1.0           # via jinja2, mako
+mo-future==2.20.18317     # via moz-sql-parser
+moz-sql-parser==2.19.18318  # via gsheetsdb
 numpy==1.15.2             # via pandas
 openpyxl==2.4.11          # via tabulator
 pandas==0.23.1
 parsedatetime==2.0.0
 pathlib2==2.3.0
 polyline==1.3.2
+py==1.7.0                 # via retry
+pyasn1-modules==0.2.2     # via google-auth
+pyasn1==0.4.4             # via pyasn1-modules, rsa
 pycparser==2.19           # via cffi
 pydruid==0.5.0
 pyhive==0.5.1
+pyparsing==2.3.0          # via moz-sql-parser
 python-dateutil==2.6.1
 python-editor==1.0.3      # via alembic
 python-geohash==0.8.5
 python3-openid==3.1.0     # via flask-openid
 pytz==2018.5              # via babel, celery, flower, pandas
 pyyaml==3.13
-requests==2.18.4
+requests==2.20.0
 retry==0.9.2
 rfc3986==1.1.0            # via tableschema
+rsa==4.0                  # via google-auth
 s3transfer==0.1.13        # via boto3
 sasl==0.2.1               # via thrift-sasl
-selenium==3.141.0
+selenium==3.14.0
 simplejson==3.15.0
-six==1.11.0               # via bleach, cryptography, isodate, jsonlines, linear-tsv, pathlib2, polyline, pydruid, python-dateutil, sasl, sqlalchemy-utils, tableschema, tabulator, thrift
+six==1.11.0               # via bleach, cryptography, google-auth, gsheetsdb, isodate, jsonlines, linear-tsv, pathlib2, polyline, pydruid, python-dateutil, sasl, sqlalchemy-utils, tableschema, tabulator, thrift
 sqlalchemy-utils==0.32.21
 sqlalchemy==1.2.2
 sqlparse==0.2.4
@@ -87,7 +98,7 @@ thrift==0.11.0
 tornado==5.1.1            # via flower
 unicodecsv==0.14.1
 unidecode==1.0.22
-urllib3==1.22             # via requests
+urllib3==1.22             # via requests, selenium
 vine==1.1.4               # via amqp
 webencodings==0.5.1       # via bleach
 werkzeug==0.14.1          # via flask
diff --git a/setup.py b/setup.py
index 1b55314..b6ca798 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ setup(
         'python-dateutil',
         'python-geohash',
         'pyyaml>=3.13',
-        'requests',
+        'requests>=2.20.0',
         'simplejson>=3.15.0',
         'sqlalchemy',
         'sqlalchemy-utils',