From 7eb5cd1267cebda086ad7a26a99b27353796b623 Mon Sep 17 00:00:00 2001 From: Luke Fritz Date: Tue, 17 Jul 2018 00:56:50 -0500 Subject: [PATCH] Bump pyarlo==0.2.0, fixes #15486 (#15503) --- homeassistant/components/arlo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/arlo.py b/homeassistant/components/arlo.py index 475e43e55a4..c6a414b9d91 100644 --- a/homeassistant/components/arlo.py +++ b/homeassistant/components/arlo.py @@ -16,7 +16,7 @@ from homeassistant.const import ( from homeassistant.helpers.event import track_time_interval from homeassistant.helpers.dispatcher import dispatcher_send -REQUIREMENTS = ['pyarlo==0.1.9'] +REQUIREMENTS = ['pyarlo==0.2.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index cde7060df74..c6a629c1278 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -728,7 +728,7 @@ pyairvisual==2.0.1 pyalarmdotcom==0.3.2 # homeassistant.components.arlo -pyarlo==0.1.9 +pyarlo==0.2.0 # homeassistant.components.notify.xmpp pyasn1-modules==0.1.5