From 5c1697c792844ba3c863d9bbd30b3309373e0a30 Mon Sep 17 00:00:00 2001 From: TopdRob Date: Wed, 18 Oct 2017 07:40:33 +0200 Subject: [PATCH] update async_timeout from v1.4.0 tp v2.0.0 --- 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 ef34bd1531995..c68c10008cb44 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.4.0 +async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/requirements_all.txt b/requirements_all.txt index e6cf5b2c57a38..54788d32e6ab9 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.4.0 +async_timeout==2.0.0 chardet==3.0.4 astral==1.4 diff --git a/setup.py b/setup.py index ce5b49d4232e9..c3de513171775 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'voluptuous==0.10.5', 'typing>=3,<4', 'aiohttp==2.2.5', - 'async_timeout==1.4.0', + 'async_timeout==2.0.0', 'chardet==3.0.4', 'astral==1.4', ]