From ce51286c535cdccb99256e9c318abb3661e92344 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Wed, 28 Oct 2020 03:06:09 +0100 Subject: [PATCH] Bump python-velbus to 2.1.1 (#42414) * Bump to python-velbus 2.1.0 * bump to 2.1.1 --- 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 007a0ee2116..b804c34c792 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.47"], + "requirements": ["python-velbus==2.1.1"], "config_flow": true, "codeowners": ["@Cereal2nd", "@brefra"] } diff --git a/requirements_all.txt b/requirements_all.txt index 5e9eb37ea52..19d01304e5b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1812,7 +1812,7 @@ python-telnet-vlc==1.0.4 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.47 +python-velbus==2.1.1 # homeassistant.components.vlc python-vlc==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 445d51f9f38..9e02fdced73 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -878,7 +878,7 @@ python-tado==0.8.1 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.47 +python-velbus==2.1.1 # homeassistant.components.awair python_awair==0.1.1