Bump version of markdown dependency

This commit is contained in:
Raphael Michel
2020-11-19 17:17:24 +01:00
parent 88be280445
commit 6c1fa8cf2d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ static3==0.7.*
dj-static dj-static
csscompressor csscompressor
django-markup django-markup
markdown<=2.2 markdown==3.3.*
bleach>=3.1.4,<3.2.0 bleach>=3.1.4,<3.2.0
sentry-sdk==0.14.* sentry-sdk==0.14.*
babel babel

View File

@@ -120,7 +120,7 @@ setup(
'dj-static', 'dj-static',
'csscompressor', 'csscompressor',
'django-markup', 'django-markup',
'markdown<=2.2', 'markdown==3.3.*',
'bleach>=3.1.4,<3.2.0', 'bleach>=3.1.4,<3.2.0',
'sentry-sdk==0.14.*', 'sentry-sdk==0.14.*',
'babel', 'babel',