mirror of
https://github.com/pretix/pretix.git
synced 2026-08-04 09:47:50 +00:00
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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
9d2cf18543
commit
fdab45e5ce
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user