diff --git a/homeassistant/components/ridwell/manifest.json b/homeassistant/components/ridwell/manifest.json index 72a29182169..c02cc012e0f 100644 --- a/homeassistant/components/ridwell/manifest.json +++ b/homeassistant/components/ridwell/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["aioridwell"], - "requirements": ["aioridwell==2023.07.0"] + "requirements": ["aioridwell==2024.01.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index db2897ba930..365c9c790a8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -347,7 +347,7 @@ aioraven==0.5.0 aiorecollect==2023.09.0 # homeassistant.components.ridwell -aioridwell==2023.07.0 +aioridwell==2024.01.0 # homeassistant.components.ruckus_unleashed aioruckus==0.34 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4f77b49d633..64c7c1fb47c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -320,7 +320,7 @@ aioraven==0.5.0 aiorecollect==2023.09.0 # homeassistant.components.ridwell -aioridwell==2023.07.0 +aioridwell==2024.01.0 # homeassistant.components.ruckus_unleashed aioruckus==0.34