diff --git a/homeassistant/components/arve/manifest.json b/homeassistant/components/arve/manifest.json index fa33b3309ce8..4c63d377371d 100644 --- a/homeassistant/components/arve/manifest.json +++ b/homeassistant/components/arve/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/arve", "iot_class": "cloud_polling", - "requirements": ["asyncarve==0.0.9"] + "requirements": ["asyncarve==0.1.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index f88887a732d4..9df65cad5fa3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -493,7 +493,7 @@ asterisk_mbox==0.5.0 async-upnp-client==0.39.0 # homeassistant.components.arve -asyncarve==0.0.9 +asyncarve==0.1.1 # homeassistant.components.keyboard_remote asyncinotify==4.0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9ab639908a6f..f7b3249bcafa 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -448,7 +448,7 @@ asterisk_mbox==0.5.0 async-upnp-client==0.39.0 # homeassistant.components.arve -asyncarve==0.0.9 +asyncarve==0.1.1 # homeassistant.components.sleepiq asyncsleepiq==1.5.2