diff --git a/homeassistant/components/device_tracker/icloud.py b/homeassistant/components/device_tracker/icloud.py index 051cd962945..1ff7fa9ae27 100644 --- a/homeassistant/components/device_tracker/icloud.py +++ b/homeassistant/components/device_tracker/icloud.py @@ -12,7 +12,7 @@ from homeassistant.helpers.event import track_utc_time_change _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pyicloud==0.7.2'] +REQUIREMENTS = ['pyicloud==0.8.3'] CONF_INTERVAL = 'interval' DEFAULT_INTERVAL = 8 diff --git a/requirements_all.txt b/requirements_all.txt index 8c18a6f70c5..7159a612313 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -206,7 +206,7 @@ pydispatcher==2.0.5 pyfttt==0.3 # homeassistant.components.device_tracker.icloud -pyicloud==0.7.2 +pyicloud==0.8.3 # homeassistant.components.sensor.loopenergy pyloopenergy==0.0.10