Update chardet requirement from <3.1.0,>=3.0.2 to >=3.0.2,<4.1.0 in /src (#2304)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 19:20:40 +01:00
committed by GitHub
parent c45298544e
commit b229c6156a

View File

@@ -163,7 +163,7 @@ setup(
'BeautifulSoup4==4.8.*',
'bleach==3.3.*',
'celery==4.4.*',
'chardet<3.1.0,>=3.0.2',
'chardet>=3.0.2,<4.1.0',
'cryptography>=3.4.2',
'csscompressor',
'css-inline==0.7.*',