From e60de5340425c8b8d05681eff934c73ca379c561 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 17 Dec 2018 18:31:03 +0100 Subject: [PATCH] Upgrade RPi.GPIO to 0.6.5 (#19392) --- homeassistant/components/rpi_gpio.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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