Upgrade aiohttp to 3.3.2 (#15025)

This commit is contained in:
Fabian Affolter 2018-06-18 02:24:11 +02:00 committed by Paulus Schoutsen
parent 1533bc1e1f
commit 9c17e95fc5
3 changed files with 3 additions and 3 deletions

View file

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