From 253e787a1bdd92a13d52ea831d4276a402143012 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Mon, 10 Sep 2018 01:39:51 -0700 Subject: [PATCH] Upgrade aiohttp to 3.4.4 (#16486) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 168da1f2ead..9217e3b3961 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,4 +1,4 @@ -aiohttp==3.4.0 +aiohttp==3.4.4 astral==1.6.1 async_timeout==3.0.0 attrs==18.2.0 diff --git a/requirements_all.txt b/requirements_all.txt index 3e46814126a..d2e53706f4e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,5 +1,5 @@ # Home Assistant core -aiohttp==3.4.0 +aiohttp==3.4.4 astral==1.6.1 async_timeout==3.0.0 attrs==18.2.0 diff --git a/setup.py b/setup.py index 2978f37ad72..727badb1d94 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ PROJECT_URLS = { PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ - 'aiohttp==3.4.0', + 'aiohttp==3.4.4', 'astral==1.6.1', 'async_timeout==3.0.0', 'attrs==18.2.0',