mirror of https://github.com/zulip/zulip.git
requirements: Upgrade yamole from 2.1.5 to 2.1.6.
This commit is contained in:
parent
728b4069f5
commit
259f87fcdc
|
@ -198,7 +198,7 @@ django-sendfile==0.3.11
|
|||
disposable-email-domains==0.0.39
|
||||
|
||||
# Needed for parsing YAML with JSON references from the REST API spec files
|
||||
yamole==2.1.5
|
||||
yamole==2.1.6
|
||||
|
||||
# Needed for signing thumbnail requests so that they can be authenticated on the
|
||||
# other end. Using a fork to eliminate a really slow pkgresources import.
|
||||
|
|
|
@ -191,5 +191,5 @@ websocket-client==0.54.0 # via docker
|
|||
werkzeug==0.14.1 # via moto
|
||||
wrapt==1.10.11 # via aws-xray-sdk
|
||||
xmltodict==0.11.0 # via moto
|
||||
yamole==2.1.5
|
||||
yamole==2.1.6
|
||||
zope.interface==4.6.0 # via twisted
|
||||
|
|
|
@ -129,4 +129,4 @@ urllib3==1.24.1 # via requests
|
|||
uwsgi==2.0.17.1
|
||||
virtualenv-clone==0.4.0
|
||||
wcwidth==0.1.7 # via prompt-toolkit
|
||||
yamole==2.1.5
|
||||
yamole==2.1.6
|
||||
|
|
Loading…
Reference in New Issue