Update requests version (#6510)

* Update requests version

* Run pip-compile --output-file requirements.txt
This commit is contained in:
Beto Dealmeida 2018-12-11 22:01:06 -08:00 committed by Maxime Beauchemin
parent d203886e47
commit 852c51219b
2 changed files with 17 additions and 6 deletions

View File

@ -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

View File

@ -84,7 +84,7 @@ setup(
'python-dateutil',
'python-geohash',
'pyyaml>=3.13',
'requests',
'requests>=2.20.0',
'simplejson>=3.15.0',
'sqlalchemy',
'sqlalchemy-utils',