mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade async_timeout to 3.0.1 (#17655)
This commit is contained in:
parent
ef93d48d50
commit
cf24687024
@ -1,6 +1,6 @@
|
|||||||
aiohttp==3.4.4
|
aiohttp==3.4.4
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Home Assistant core
|
# Home Assistant core
|
||||||
aiohttp==3.4.4
|
aiohttp==3.4.4
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
|||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'aiohttp==3.4.4',
|
'aiohttp==3.4.4',
|
||||||
'astral==1.6.1',
|
'astral==1.6.1',
|
||||||
'async_timeout==3.0.0',
|
'async_timeout==3.0.1',
|
||||||
'attrs==18.2.0',
|
'attrs==18.2.0',
|
||||||
'bcrypt==3.1.4',
|
'bcrypt==3.1.4',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user