mirror of https://github.com/zulip/zulip.git
requirements: Upgrade lxml to 4.2.1.
This commit is contained in:
parent
03475362c4
commit
9e7a8d1603
|
@ -180,7 +180,7 @@ pyldap==2.4.37
|
||||||
social-auth-app-django==2.1.0
|
social-auth-app-django==2.1.0
|
||||||
|
|
||||||
# Needed for messages' rendered content parsing in push notifications.
|
# Needed for messages' rendered content parsing in push notifications.
|
||||||
lxml==4.1.1
|
lxml==4.2.1
|
||||||
|
|
||||||
# Needed for 2-factor authentication
|
# Needed for 2-factor authentication
|
||||||
django-two-factor-auth==1.7.0
|
django-two-factor-auth==1.7.0
|
||||||
|
|
|
@ -82,7 +82,7 @@ jinja2==2.10
|
||||||
jmespath==0.9.3 # via boto3, botocore
|
jmespath==0.9.3 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
jsonpickle==0.9.5 # via aws-xray-sdk, python-digitalocean
|
jsonpickle==0.9.5 # via aws-xray-sdk, python-digitalocean
|
||||||
lxml==4.1.1
|
lxml==4.2.1
|
||||||
markdown-include==0.5.1
|
markdown-include==0.5.1
|
||||||
markdown==2.6.11
|
markdown==2.6.11
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
|
|
|
@ -57,7 +57,7 @@ ipython-genutils==0.2.0 # via traitlets
|
||||||
ipython==6.2.1
|
ipython==6.2.1
|
||||||
jedi==0.11.0 # via ipython
|
jedi==0.11.0 # via ipython
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
lxml==4.1.1
|
lxml==4.2.1
|
||||||
markdown-include==0.5.1
|
markdown-include==0.5.1
|
||||||
markdown==2.6.11
|
markdown==2.6.11
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
|
|
Loading…
Reference in New Issue