requirements: Upgrade Markupsafe to 1.1.0.

This commit is contained in:
Vishnu Ks 2018-11-09 10:22:53 +00:00 committed by Tim Abbott
parent 90491692b7
commit 6e15d4efc7
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Jinja2==2.10
# Needed for markdown processing
Markdown==2.6.11
MarkupSafe==1.0
MarkupSafe==1.1.0
Pygments==2.2.0
# Needed for manage.py

View File

@ -92,7 +92,7 @@ jsonpickle==0.9.5 # via aws-xray-sdk, python-digitalocean
lxml==4.2.5
markdown-include==0.5.1
markdown==2.6.11
markupsafe==1.0
markupsafe==1.1.0
matrix-client==0.3.2
mock==2.0.0
moto==1.3.3

View File

@ -66,7 +66,7 @@ jinja2==2.10
lxml==4.2.5
markdown-include==0.5.1
markdown==2.6.11
markupsafe==1.0
markupsafe==1.1.0
matrix-client==0.3.2
mock==2.0.0
mypy_extensions==0.4.1