diff --git a/homeassistant/components/rdw/manifest.json b/homeassistant/components/rdw/manifest.json index 5ec3a6ae190..0b5640fe3a4 100644 --- a/homeassistant/components/rdw/manifest.json +++ b/homeassistant/components/rdw/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "quality_scale": "platinum", - "requirements": ["vehicle==1.0.0"] + "requirements": ["vehicle==1.0.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 01811ea8b0d..28171ba77fc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2582,7 +2582,7 @@ uvcclient==0.11.0 vallox-websocket-api==3.2.1 # homeassistant.components.rdw -vehicle==1.0.0 +vehicle==1.0.1 # homeassistant.components.velbus velbus-aio==2023.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c7f902a5f6d..6f8405dd0bd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1858,7 +1858,7 @@ uvcclient==0.11.0 vallox-websocket-api==3.2.1 # homeassistant.components.rdw -vehicle==1.0.0 +vehicle==1.0.1 # homeassistant.components.velbus velbus-aio==2023.2.0