mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade async_timeout to 2.0.1 (#13290)
This commit is contained in:
parent
d042b3d7d1
commit
8ed3024026
@ -6,7 +6,7 @@ jinja2>=2.10
|
|||||||
voluptuous==0.11.1
|
voluptuous==0.11.1
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==3.0.9
|
aiohttp==3.0.9
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.1
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
attrs==17.4.0
|
attrs==17.4.0
|
||||||
|
@ -7,7 +7,7 @@ jinja2>=2.10
|
|||||||
voluptuous==0.11.1
|
voluptuous==0.11.1
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==3.0.9
|
aiohttp==3.0.9
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.1
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
attrs==17.4.0
|
attrs==17.4.0
|
||||||
|
2
setup.py
2
setup.py
@ -50,7 +50,7 @@ REQUIRES = [
|
|||||||
'voluptuous==0.11.1',
|
'voluptuous==0.11.1',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==3.0.9',
|
'aiohttp==3.0.9',
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.1',
|
||||||
'astral==1.6',
|
'astral==1.6',
|
||||||
'certifi>=2017.4.17',
|
'certifi>=2017.4.17',
|
||||||
'attrs==17.4.0',
|
'attrs==17.4.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user