forked from CGM_Public/pretix_original
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:
@@ -161,7 +161,7 @@ setup(
|
|||||||
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
||||||
'babel',
|
'babel',
|
||||||
'BeautifulSoup4==4.8.*',
|
'BeautifulSoup4==4.8.*',
|
||||||
'bleach==3.3.*',
|
'bleach>=3.3,<4.2',
|
||||||
'celery==4.4.*',
|
'celery==4.4.*',
|
||||||
'chardet>=3.0.2,<4.1.0',
|
'chardet>=3.0.2,<4.1.0',
|
||||||
'cryptography>=3.4.2',
|
'cryptography>=3.4.2',
|
||||||
|
|||||||
Reference in New Issue
Block a user