diff --git a/homeassistant/components/nest.py b/homeassistant/components/nest.py index 37028decf71..e7d2ba90438 100644 --- a/homeassistant/components/nest.py +++ b/homeassistant/components/nest.py @@ -15,7 +15,7 @@ from homeassistant.const import ( CONF_STRUCTURE, CONF_FILENAME, CONF_BINARY_SENSORS, CONF_SENSORS, CONF_MONITORED_CONDITIONS) -REQUIREMENTS = ['python-nest==3.1.0'] +REQUIREMENTS = ['python-nest==3.7.0'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 47b38a876f7..797c251be76 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -952,7 +952,7 @@ python-mpd2==0.5.5 python-mystrom==0.3.8 # homeassistant.components.nest -python-nest==3.1.0 +python-nest==3.7.0 # homeassistant.components.device_tracker.nmap_tracker python-nmap==0.6.1