From 4ea587804e8760461cefb1dc9dfe1a940d7beaaa Mon Sep 17 00:00:00 2001 From: Thomas Delaet Date: Mon, 17 Aug 2020 21:01:21 +0200 Subject: [PATCH] update python-velbus to 2.0.44 (#38966) The only change is in python-velbus 2.0.44 is a more flexible way to import dependency pyserial as asked for by @MartinHjelmare --- homeassistant/components/velbus/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/velbus/manifest.json b/homeassistant/components/velbus/manifest.json index ca3ae2b0df6..455aa98b34c 100644 --- a/homeassistant/components/velbus/manifest.json +++ b/homeassistant/components/velbus/manifest.json @@ -2,7 +2,7 @@ "domain": "velbus", "name": "Velbus", "documentation": "https://www.home-assistant.io/integrations/velbus", - "requirements": ["python-velbus==2.0.43"], + "requirements": ["python-velbus==2.0.44"], "config_flow": true, "codeowners": ["@Cereal2nd", "@brefra"] } diff --git a/requirements_all.txt b/requirements_all.txt index bf8bbf3802a..493d0c8b91c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1776,7 +1776,7 @@ python-telnet-vlc==1.0.4 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.43 +python-velbus==2.0.44 # homeassistant.components.vlc python-vlc==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d623bcdef0b..82300a7d2b6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -818,7 +818,7 @@ python-tado==0.8.1 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.43 +python-velbus==2.0.44 # homeassistant.components.awair python_awair==0.1.1