From a05afd58e9d11c9c2ccbe19a8bb00633e3f56c7b Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Mon, 18 Sep 2017 23:03:02 +0200 Subject: [PATCH] Upgrade async_timeout to 1.4.0 (#9488) --- 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 43de2a54dbb..ef34bd15319 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -6,7 +6,7 @@ jinja2>=2.9.6 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.2.5 -async_timeout==1.3.0 +async_timeout==1.4.0 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index 8139567de9c..e23c6aaaf55 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -7,7 +7,7 @@ jinja2>=2.9.6 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.2.5 -async_timeout==1.3.0 +async_timeout==1.4.0 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index 63f77820ca7..ce5b49d4232 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ REQUIRES = [ 'voluptuous==0.10.5', 'typing>=3,<4', 'aiohttp==2.2.5', - 'async_timeout==1.3.0', + 'async_timeout==1.4.0', 'chardet==3.0.4', 'astral==1.4', ] -- GitLab