From 7b3cc9fe1f10fa0e85fd5e76c950d9fe83bf45d5 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 23 Apr 2017 00:20:58 -0700 Subject: [PATCH] Bump a couple of dependencies (#7231) * avion light: Bump python-avion dependency version The dependencies in python-avion weren't sufficiently strict. This is now fixed, but means we need to depend on a new version. * decora light: Bump python-decora dependency There's a new version of python-decora with a reliability fix, so depend on that. --- homeassistant/components/light/avion.py | 2 +- homeassistant/components/light/decora.py | 2 +- requirements_all.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/light/avion.py b/homeassistant/components/light/avion.py index 929b2bc33ac..9b717c64c86 100644 --- a/homeassistant/components/light/avion.py +++ b/homeassistant/components/light/avion.py @@ -14,7 +14,7 @@ from homeassistant.components.light import ( PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['avion==0.5'] +REQUIREMENTS = ['avion==0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/light/decora.py b/homeassistant/components/light/decora.py index eaae90f486e..856fcacd967 100644 --- a/homeassistant/components/light/decora.py +++ b/homeassistant/components/light/decora.py @@ -14,7 +14,7 @@ from homeassistant.components.light import ( PLATFORM_SCHEMA) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['decora==0.3'] +REQUIREMENTS = ['decora==0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 11e25e8160a..9c3789b24b1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -71,7 +71,7 @@ apns2==0.1.1 astral==1.4 # homeassistant.components.light.avion -# avion==0.5 +# avion==0.6 # homeassistant.components.sensor.linux_battery batinfo==0.4.2 @@ -123,7 +123,7 @@ crimereports==1.0.0 datapoint==0.4.3 # homeassistant.components.light.decora -# decora==0.3 +# decora==0.4 # homeassistant.components.media_player.denonavr denonavr==0.3.1