Update aiohttp to version 3.4.0. (#16198)

This commit is contained in:
Penny Wood 2018-08-27 03:35:06 +08:00 committed by Paulus Schoutsen
parent c8449d8f8a
commit 969b15a297
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
aiohttp==3.3.2
aiohttp==3.4.0
astral==1.6.1
async_timeout==3.0.0
attrs==18.1.0

View file

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

View file

@ -32,7 +32,7 @@ PROJECT_URLS = {
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'aiohttp==3.3.2',
'aiohttp==3.4.0',
'astral==1.6.1',
'async_timeout==3.0.0',
'attrs==18.1.0',