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 8e24dab290a..78fcc6f5abb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -344,7 +344,7 @@ aioqsw==0.3.5 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 c7c5e7b0672..3841e78796e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -317,7 +317,7 @@ aioqsw==0.3.5 aiorecollect==2023.09.0 # homeassistant.components.ridwell -aioridwell==2023.07.0 +aioridwell==2024.01.0 # homeassistant.components.ruckus_unleashed aioruckus==0.34