aioHttp 1.3.4 (#6643)
This commit is contained in:
parent
96e22c7b41
commit
198a234468
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ pip>=7.0.0
|
|||
jinja2>=2.9.5
|
||||
voluptuous==0.9.3
|
||||
typing>=3,<4
|
||||
aiohttp==1.3.3
|
||||
aiohttp==1.3.4
|
||||
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==1.3.3',
|
||||
'aiohttp==1.3.4',
|
||||
'async_timeout==1.2.0',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue