Upgrade aiohttp to 3.3.0 (#14766)

This commit is contained in:
Fabian Affolter 2018-06-07 19:49:14 +02:00 committed by Paulus Schoutsen
parent d14d2fe588
commit a6c1192bfc
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
aiohttp==3.2.1 aiohttp==3.3.0
astral==1.6.1 astral==1.6.1
async_timeout==3.0.0 async_timeout==3.0.0
attrs==18.1.0 attrs==18.1.0

View File

@ -1,5 +1,5 @@
# Home Assistant core # Home Assistant core
aiohttp==3.2.1 aiohttp==3.3.0
astral==1.6.1 astral==1.6.1
async_timeout==3.0.0 async_timeout==3.0.0
attrs==18.1.0 attrs==18.1.0

View File

@ -42,7 +42,7 @@ DOWNLOAD_URL = '{}/archive/{}.zip'.format(GITHUB_URL, hass_const.__version__)
PACKAGES = find_packages(exclude=['tests', 'tests.*']) PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [ REQUIRES = [
'aiohttp==3.2.1', 'aiohttp==3.3.0',
'astral==1.6.1', 'astral==1.6.1',
'async_timeout==3.0.0', 'async_timeout==3.0.0',
'attrs==18.1.0', 'attrs==18.1.0',