Merge pull request #1284 from Netflix/up-reqs-2
Update requirements again
This commit is contained in:
commit
4e1879715d
|
@ -14,8 +14,8 @@ asn1crypto==0.24.0
|
|||
babel==2.6.0 # via sphinx
|
||||
bcrypt==3.1.4
|
||||
blinker==1.4
|
||||
boto3==1.7.26
|
||||
botocore==1.10.26
|
||||
boto3==1.7.31
|
||||
botocore==1.10.31
|
||||
cffi==1.11.5
|
||||
click==6.7
|
||||
cryptography==2.2.2
|
||||
|
@ -41,7 +41,7 @@ josepy==1.1.0
|
|||
lockfile==0.12.2
|
||||
mako==1.0.7
|
||||
markupsafe==1.0
|
||||
marshmallow-sqlalchemy==0.13.2
|
||||
marshmallow-sqlalchemy==0.14.0
|
||||
marshmallow==2.15.3
|
||||
mock==2.0.0
|
||||
ndg-httpsclient==0.5.0
|
||||
|
@ -62,7 +62,7 @@ pyrfc3339==1.0
|
|||
python-dateutil==2.7.3
|
||||
python-editor==1.0.3
|
||||
pytz==2018.4
|
||||
raven[flask]==6.8.0
|
||||
raven[flask]==6.9.0
|
||||
requests[security]==2.11.1
|
||||
retrying==1.3.3
|
||||
s3transfer==0.1.13
|
||||
|
@ -71,9 +71,9 @@ snowballstemmer==1.2.1 # via sphinx
|
|||
sphinx-rtd-theme==0.3.1
|
||||
sphinx==1.7.5
|
||||
sphinxcontrib-httpdomain==1.6.1
|
||||
sphinxcontrib-websupport==1.0.1 # via sphinx
|
||||
sphinxcontrib-websupport==1.1.0 # via sphinx
|
||||
sqlalchemy-utils==0.33.3
|
||||
sqlalchemy==1.2.7
|
||||
sqlalchemy==1.2.8
|
||||
tabulate==0.8.2
|
||||
werkzeug==0.14.1
|
||||
xmltodict==0.11.0
|
||||
|
|
|
@ -8,9 +8,9 @@ asn1crypto==0.24.0 # via cryptography
|
|||
atomicwrites==1.1.5 # via pytest
|
||||
attrs==18.1.0 # via pytest
|
||||
aws-xray-sdk==0.95 # via moto
|
||||
boto3==1.7.31 # via moto
|
||||
boto3==1.7.32 # via moto
|
||||
boto==2.48.0 # via moto
|
||||
botocore==1.10.31 # via boto3, moto, s3transfer
|
||||
botocore==1.10.32 # via boto3, moto, s3transfer
|
||||
certifi==2018.4.16 # via requests
|
||||
cffi==1.11.5 # via cryptography
|
||||
chardet==3.0.4 # via requests
|
||||
|
@ -44,7 +44,7 @@ pycparser==2.18 # via cffi
|
|||
pyflakes==2.0.0
|
||||
pytest-flask==0.10.0
|
||||
pytest-mock==1.10.0
|
||||
pytest==3.6.0
|
||||
pytest==3.6.1
|
||||
python-dateutil==2.6.1 # via botocore, faker, freezegun, moto
|
||||
pytz==2018.4 # via moto
|
||||
pyyaml==3.12 # via pyaml
|
||||
|
|
|
@ -12,8 +12,8 @@ arrow==0.12.1
|
|||
asn1crypto==0.24.0 # via cryptography
|
||||
bcrypt==3.1.4 # via flask-bcrypt, paramiko
|
||||
blinker==1.4 # via flask-mail, flask-principal, raven
|
||||
boto3==1.7.31
|
||||
botocore==1.10.31 # via boto3, s3transfer
|
||||
boto3==1.7.32
|
||||
botocore==1.10.32 # via boto3, s3transfer
|
||||
cffi==1.11.5 # via bcrypt, cryptography, pynacl
|
||||
click==6.7 # via flask
|
||||
cryptography==2.2.2
|
||||
|
|
Loading…
Reference in New Issue