Update bleach requirement from ==3.3.* to >=3.3,<4.2 in /src (#2317)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-18 12:13:17 +01:00
committed by GitHub
parent 9d2cf18543
commit fdab45e5ce

View File

@@ -161,7 +161,7 @@ setup(
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
'babel',
'BeautifulSoup4==4.8.*',
'bleach==3.3.*',
'bleach>=3.3,<4.2',
'celery==4.4.*',
'chardet>=3.0.2,<4.1.0',
'cryptography>=3.4.2',