From fe14be53e3d7a8fba1452dde1ecc8ecdb61b154b Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Thu, 27 Dec 2018 21:56:08 +0100 Subject: [PATCH] Upgrade aiohttp to 3.5.1 (#19584) --- 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 c9282920ae9..b06287bcf17 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index 412b274b08f..8fc5c08e737 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/setup.py b/setup.py index 84a0f8811a1..0581d7bfcfa 100755 --- a/setup.py +++ b/setup.py @@ -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', -- GitLab