mirror of https://github.com/zulip/zulip.git
requirements: Upgrade lxml from 4.3.0 to 4.3.2.
This commit is contained in:
parent
b9dc7859d5
commit
980293c63c
|
@ -188,7 +188,7 @@ py3dns==3.2.0
|
|||
social-auth-app-django==3.1.0
|
||||
|
||||
# Needed for messages' rendered content parsing in push notifications.
|
||||
lxml==4.3.0
|
||||
lxml==4.3.2
|
||||
|
||||
# Needed for 2-factor authentication
|
||||
django-two-factor-auth==1.8.0
|
||||
|
|
|
@ -91,7 +91,7 @@ jmespath==0.9.4 # via boto3, botocore
|
|||
jsondiff==1.1.1 # via moto
|
||||
jsonpickle==1.1 # via aws-xray-sdk, python-digitalocean
|
||||
line_profiler==2.1.2
|
||||
lxml==4.3.0
|
||||
lxml==4.3.2
|
||||
markdown-include==0.5.1
|
||||
markdown==3.0.1
|
||||
markupsafe==1.1.0
|
||||
|
|
|
@ -65,7 +65,7 @@ ipython==6.5.0
|
|||
jedi==0.13.3 # via ipython
|
||||
jinja2==2.10
|
||||
line_profiler==2.1.2
|
||||
lxml==4.3.0
|
||||
lxml==4.3.2
|
||||
markdown-include==0.5.1
|
||||
markdown==3.0.1
|
||||
markupsafe==1.1.0
|
||||
|
|
Loading…
Reference in New Issue