diff --git a/homeassistant/components/arlo.py b/homeassistant/components/arlo.py index 206ea4005e6..cd2c13ad292 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.6'] +REQUIREMENTS = ['pyarlo==0.1.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8d31dd7e267..d9d2c347c51 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -746,7 +746,7 @@ pyairvisual==2.0.1 pyalarmdotcom==0.3.2 # homeassistant.components.arlo -pyarlo==0.1.6 +pyarlo==0.1.7 # homeassistant.components.notify.xmpp pyasn1-modules==0.1.5