diff --git a/homeassistant/components/arlo.py b/homeassistant/components/arlo.py
index f7d9f012f6523ae9e82a49a0d4a33afdddd292b8..aebd57098b55c7fab3949c1bd7068a6f8d171810 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.2.2']
+REQUIREMENTS = ['pyarlo==0.2.3']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index d4138d8b13247a8e87d7eca0ec8bcc5061432215..0d81f700f8340a8762a288252ca6969ddb38e73a 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -891,7 +891,7 @@ pyairvisual==2.0.1
 pyalarmdotcom==0.3.2
 
 # homeassistant.components.arlo
-pyarlo==0.2.2
+pyarlo==0.2.3
 
 # homeassistant.components.netatmo
 pyatmo==1.4