Update bleach to 3.3.0

This commit is contained in:
Raphael Michel
2021-02-04 10:23:18 +01:00
parent 512c9f5301
commit 98f48e78a8
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ dj-static
csscompressor csscompressor
django-markup django-markup
markdown==3.3.* markdown==3.3.*
bleach>=3.1.4,<3.2.0 bleach==3.3.*
sentry-sdk==0.14.* sentry-sdk==0.14.*
babel babel
django-i18nfield>=1.7.0 django-i18nfield>=1.7.0

View File

@@ -121,7 +121,7 @@ setup(
'csscompressor', 'csscompressor',
'django-markup', 'django-markup',
'markdown==3.3.*', 'markdown==3.3.*',
'bleach>=3.1.4,<3.2.0', 'bleach==3.3.*",'
'sentry-sdk==0.14.*', 'sentry-sdk==0.14.*',
'babel', 'babel',
'paypalrestsdk==1.13.*', 'paypalrestsdk==1.13.*',