Upgrade async_timeout to 3.0.1 (#17655)

This commit is contained in:
Fabian Affolter 2018-10-21 14:13:30 +02:00 committed by Daniel Høyer Iversen
parent ef93d48d50
commit cf24687024
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
aiohttp==3.4.4
astral==1.6.1
async_timeout==3.0.0
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16

View File

@ -1,7 +1,7 @@
# Home Assistant core
aiohttp==3.4.4
astral==1.6.1
async_timeout==3.0.0
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16

View File

@ -34,7 +34,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'aiohttp==3.4.4',
'astral==1.6.1',
'async_timeout==3.0.0',
'async_timeout==3.0.1',
'attrs==18.2.0',
'bcrypt==3.1.4',
'certifi>=2018.04.16',