Upgrade chardet to 3.0.4 (#8313)

This commit is contained in:
Fabian Affolter 2017-07-03 11:49:23 +02:00 committed by Pascal Vizeli
parent 5cba3085b4
commit bf96f28e95
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ REQUIRES = [
'typing>=3,<4',
'aiohttp==2.2.0',
'async_timeout==1.2.1',
'chardet==3.0.2',
'chardet==3.0.4',
'astral==1.4',
]