Update aioHTTP to 2.0.5 (#6856)
This commit is contained in:
parent
816b1891b5
commit
72db4a80dd
3 changed files with 3 additions and 3 deletions
|
@ -5,5 +5,5 @@ pip>=7.1.0
|
|||
jinja2>=2.9.5
|
||||
voluptuous==0.9.3
|
||||
typing>=3,<4
|
||||
aiohttp==2.0.4
|
||||
aiohttp==2.0.5
|
||||
async_timeout==1.2.0
|
||||
|
|
|
@ -6,7 +6,7 @@ pip>=7.1.0
|
|||
jinja2>=2.9.5
|
||||
voluptuous==0.9.3
|
||||
typing>=3,<4
|
||||
aiohttp==2.0.4
|
||||
aiohttp==2.0.5
|
||||
async_timeout==1.2.0
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ REQUIRES = [
|
|||
'jinja2>=2.9.5',
|
||||
'voluptuous==0.9.3',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.0.4',
|
||||
'aiohttp==2.0.5',
|
||||
'async_timeout==1.2.0',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue