Upgrade chardet to 3.0.4 (#8313)
This commit is contained in:
parent
5cba3085b4
commit
bf96f28e95
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue