Upgrade chardet to 3.0.4 (#8313)

pull/8308/head
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

@ -7,5 +7,5 @@ voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.0
async_timeout==1.2.1
chardet==3.0.2
chardet==3.0.4
astral==1.4

View File

@ -8,7 +8,7 @@ voluptuous==0.10.5
typing>=3,<4
aiohttp==2.2.0
async_timeout==1.2.1
chardet==3.0.2
chardet==3.0.4
astral==1.4
# homeassistant.components.nuimo_controller

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',
]