From b3a97c7b42169f0f858571690a3e2250fd633c04 Mon Sep 17 00:00:00 2001 From: Colin Robbins Date: Tue, 20 Oct 2020 02:03:35 +0100 Subject: [PATCH] Bump lightwave to 0.19 (#42033) * Python 3.9 compatibilty * Python 3.9 compatibility --- homeassistant/components/lightwave/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lightwave/manifest.json b/homeassistant/components/lightwave/manifest.json index a80136b3fec..ffe2ca065fe 100644 --- a/homeassistant/components/lightwave/manifest.json +++ b/homeassistant/components/lightwave/manifest.json @@ -2,6 +2,6 @@ "domain": "lightwave", "name": "Lightwave", "documentation": "https://www.home-assistant.io/integrations/lightwave", - "requirements": ["lightwave==0.18"], + "requirements": ["lightwave==0.19"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index e06d09e920d..19641cae45c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -871,7 +871,7 @@ liffylights==0.9.4 lightify==1.0.7.2 # homeassistant.components.lightwave -lightwave==0.18 +lightwave==0.19 # homeassistant.components.limitlessled limitlessled==1.1.3