diff --git a/homeassistant/components/rpi_gpio.py b/homeassistant/components/rpi_gpio.py index 09521803aa9..5f52341f1cb 100644 --- a/homeassistant/components/rpi_gpio.py +++ b/homeassistant/components/rpi_gpio.py @@ -9,7 +9,7 @@ import logging from homeassistant.const import ( EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP) -REQUIREMENTS = ['RPi.GPIO==0.6.1'] +REQUIREMENTS = ['RPi.GPIO==0.6.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 135a83ddbae..abe3e0c3e84 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -64,7 +64,7 @@ PyTransportNSW==0.1.1 PyXiaomiGateway==0.11.1 # homeassistant.components.rpi_gpio -# RPi.GPIO==0.6.1 +# RPi.GPIO==0.6.5 # homeassistant.components.remember_the_milk RtmAPI==0.7.0