Upgrade aiohttp to 3.5.1 (#19584)

pull/19615/head
Fabian Affolter 2018-12-27 21:56:08 +01:00 committed by Paulus Schoutsen
parent b32e6fe0d5
commit fe14be53e3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
aiohttp==3.4.4
aiohttp==3.5.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0

View File

@ -1,5 +1,5 @@
# Home Assistant core
aiohttp==3.4.4
aiohttp==3.5.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0

View File

@ -32,7 +32,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'aiohttp==3.4.4',
'aiohttp==3.5.1',
'astral==1.7.1',
'async_timeout==3.0.1',
'attrs==18.2.0',