diff --git a/homeassistant/components/velbus/manifest.json b/homeassistant/components/velbus/manifest.json index 42e8a3307dc..368c4865bab 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.45"], + "requirements": ["python-velbus==2.0.46"], "config_flow": true, "codeowners": ["@Cereal2nd", "@brefra"] } diff --git a/requirements_all.txt b/requirements_all.txt index a6b7a549620..b0c0eaf54b9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1785,7 +1785,7 @@ python-telnet-vlc==1.0.4 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.45 +python-velbus==2.0.46 # homeassistant.components.vlc python-vlc==1.1.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4025059a6b7..d9df60ef4ba 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -848,7 +848,7 @@ python-tado==0.8.1 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.45 +python-velbus==2.0.46 # homeassistant.components.awair python_awair==0.1.1