From 7fd606a254ed902c0edb330849654ece07d49a1b Mon Sep 17 00:00:00 2001 From: Tomasz Jagusz Date: Thu, 17 Oct 2019 11:30:18 +0200 Subject: [PATCH] bump rpi.gpio to 0.7.0 (#27753) --- homeassistant/components/mcp23017/manifest.json | 2 +- homeassistant/components/rpi_gpio/manifest.json | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/mcp23017/manifest.json b/homeassistant/components/mcp23017/manifest.json index 2dbffd829f8..13c36424dd6 100644 --- a/homeassistant/components/mcp23017/manifest.json +++ b/homeassistant/components/mcp23017/manifest.json @@ -3,7 +3,7 @@ "name": "MCP23017 I/O Expander", "documentation": "https://www.home-assistant.io/integrations/mcp23017", "requirements": [ - "RPi.GPIO==0.6.5", + "RPi.GPIO==0.7.0", "adafruit-blinka==1.2.1", "adafruit-circuitpython-mcp230xx==1.1.2" ], diff --git a/homeassistant/components/rpi_gpio/manifest.json b/homeassistant/components/rpi_gpio/manifest.json index 0bee2baeddf..4d3ea4da010 100644 --- a/homeassistant/components/rpi_gpio/manifest.json +++ b/homeassistant/components/rpi_gpio/manifest.json @@ -3,7 +3,7 @@ "name": "Rpi gpio", "documentation": "https://www.home-assistant.io/integrations/rpi_gpio", "requirements": [ - "RPi.GPIO==0.6.5" + "RPi.GPIO==0.7.0" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index efbfb4c7dd1..c8d66f91468 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -82,7 +82,7 @@ PyXiaomiGateway==0.12.4 # homeassistant.components.mcp23017 # homeassistant.components.rpi_gpio -# RPi.GPIO==0.6.5 +# RPi.GPIO==0.7.0 # homeassistant.components.remember_the_milk RtmAPI==0.7.2