mirror of https://github.com/zulip/zulip.git
requirements: Upgrade lxml to 4.2.3.
Only one bug fix -> Fix sporadic crash during GC when parse-time schema validation is used.
This commit is contained in:
parent
be16e1e509
commit
e466400799
|
@ -182,7 +182,7 @@ py3dns==3.1.0
|
||||||
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.2.1
|
lxml==4.2.3
|
||||||
|
|
||||||
# Needed for 2-factor authentication
|
# Needed for 2-factor authentication
|
||||||
django-two-factor-auth==1.7.0
|
django-two-factor-auth==1.7.0
|
||||||
|
|
|
@ -89,7 +89,7 @@ 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
|
||||||
libthumbor==1.3.2
|
libthumbor==1.3.2
|
||||||
lxml==4.2.1
|
lxml==4.2.3
|
||||||
markdown-include==0.5.1
|
markdown-include==0.5.1
|
||||||
markdown==2.6.11
|
markdown==2.6.11
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
|
|
|
@ -63,7 +63,7 @@ ipython==6.5.0
|
||||||
jedi==0.11.0 # via ipython
|
jedi==0.11.0 # via ipython
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
libthumbor==1.3.2
|
libthumbor==1.3.2
|
||||||
lxml==4.2.1
|
lxml==4.2.3
|
||||||
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