diff --git a/homeassistant/components/velbus/manifest.json b/homeassistant/components/velbus/manifest.json index 368c4865bab..007a0ee2116 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.46"], + "requirements": ["python-velbus==2.0.47"], "config_flow": true, "codeowners": ["@Cereal2nd", "@brefra"] } diff --git a/requirements_all.txt b/requirements_all.txt index 46153421b45..3a42783943d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1809,7 +1809,7 @@ python-telnet-vlc==1.0.4 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.46 +python-velbus==2.0.47 # homeassistant.components.vlc python-vlc==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 163ca96cfa7..7045cf283d2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -875,7 +875,7 @@ python-tado==0.8.1 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.46 +python-velbus==2.0.47 # homeassistant.components.awair python_awair==0.1.1