mirror of https://github.com/zulip/zulip.git
requirements: Upgrade lxml to 4.1.1.
This commit is contained in:
parent
617549fec5
commit
6ca3f72e6e
|
@ -180,7 +180,7 @@ pyldap==2.4.37
|
|||
social-auth-app-django==2.1.0
|
||||
|
||||
# Needed for messages' rendered content parsing in push notifications.
|
||||
lxml==4.1.0
|
||||
lxml==4.1.1
|
||||
|
||||
# Needed for 2-factor authentication
|
||||
django-two-factor-auth==1.7.0
|
||||
|
|
|
@ -78,7 +78,7 @@ jedi==0.11.0 # via ipython
|
|||
jinja2==2.10
|
||||
jmespath==0.9.3 # via boto3, botocore
|
||||
jsonpickle==0.9.5 # via aws-xray-sdk
|
||||
lxml==4.1.0
|
||||
lxml==4.1.1
|
||||
markdown-include==0.5.1
|
||||
markdown==2.6.9
|
||||
markupsafe==1.0
|
||||
|
|
|
@ -54,7 +54,7 @@ ipython-genutils==0.2.0 # via traitlets
|
|||
ipython==6.2.1
|
||||
jedi==0.11.0 # via ipython
|
||||
jinja2==2.10
|
||||
lxml==4.1.0
|
||||
lxml==4.1.1
|
||||
markdown-include==0.5.1
|
||||
markdown==2.6.9
|
||||
markupsafe==1.0
|
||||
|
|
Loading…
Reference in New Issue