requirements: Upgrade moto to 1.1.24.

This commit is contained in:
Vishnu Ks 2017-10-27 21:25:21 +00:00 committed by Tim Abbott
parent 43dd26cf08
commit e102c42e0f
2 changed files with 13 additions and 8 deletions

View File

@ -5,7 +5,7 @@
-r docs.txt
# moto s3 mock
moto==1.1.10
moto==1.1.24
# Needed for running tools/run-dev.py
Twisted==17.9.0

View File

@ -21,13 +21,14 @@ arrow==0.10.0 # via gitlint
asn1crypto==0.22.0 # via cryptography
attrs==17.2.0 # via automat, service-identity
automat==0.6.0 # via twisted
aws-xray-sdk==0.93 # via moto
babel==2.5.1
backports-abc==0.5
backports.ssl-match-hostname==3.5.0.1
beautifulsoup4==4.6.0
boto3==1.4.6 # via moto
boto3==1.4.7 # via moto
boto==2.48.0
botocore==1.6.3 # via boto3, s3transfer
botocore==1.7.36 # via boto3, moto, s3transfer
cchardet==2.1.1
certifi==2017.7.27.1
cffi==1.11.2
@ -42,7 +43,6 @@ cssselect==1.0.1 # via parsel, premailer, scrapy
cssutils==1.0.2 # via premailer
decorator==4.1.2 # via ipython, traitlets
defusedxml==0.5.0
dicttoxml==1.7.4 # via moto
diff-match-patch==20121119
django-auth-ldap==1.2.16
django-bitfield==1.9.3
@ -50,6 +50,8 @@ django-pipeline==1.6.13
django-statsd-mozilla==0.4.0
django-webpack-loader==0.5.0
django==1.11.6
docker-pycreds==0.2.1 # via docker
docker==2.5.1 # via moto
docopt==0.6.2
docutils==0.14
first==2.0.1 # via pip-tools
@ -72,12 +74,13 @@ ipython==6.2.1
jedi==0.10.2 # via ipython
jinja2==2.9.6
jmespath==0.9.3 # via boto3, botocore
jsonpickle==0.9.5 # via aws-xray-sdk
lxml==4.1.0
markdown-include==0.5.1
markdown==2.6.9
markupsafe==1.0
mock==2.0.0
moto==1.1.10
moto==1.1.24
mypy==0.530
mypy_extensions==0.3.0
ndg-httpsclient==0.4.3
@ -98,7 +101,7 @@ prompt-toolkit==1.0.15 # via ipython
psycopg2==2.7.3.2
ptyprocess==0.5.2 # via pexpect
py3dns==3.1.0
pyaml==17.8.0 # via moto
pyaml==17.10.0 # via moto
pyasn1-modules==0.1.5
pyasn1==0.3.7
pycodestyle==2.3.1
@ -122,9 +125,9 @@ recommonmark==0.4.0
redis==2.10.6
regex==2017.7.28
requests-oauthlib==0.8.0
requests==2.18.4 # via moto, premailer, python-gcm, python-twitter, requests-oauthlib, social-auth-core, sphinx
requests==2.18.4 # via aws-xray-sdk, docker, moto, premailer, python-gcm, python-twitter, requests-oauthlib, social-auth-core, sphinx
rsa==3.4.2
s3transfer==0.1.10 # via boto3
s3transfer==0.1.11 # via boto3
scrapy==1.4.0
service-identity==17.0.0 # via scrapy
sh==1.11 # via gitlint
@ -154,6 +157,8 @@ uritemplate==3.0.0
urllib3==1.22 # via requests, transifex-client
w3lib==1.18.0 # via parsel, scrapy
wcwidth==0.1.7 # via prompt-toolkit
websocket-client==0.44.0 # via docker
werkzeug==0.12.2 # via moto
wrapt==1.10.11 # via aws-xray-sdk
xmltodict==0.11.0 # via moto
zope.interface==4.4.2 # via twisted