diff --git a/homeassistant/components/hydrawise/manifest.json b/homeassistant/components/hydrawise/manifest.json index 0bfe1dff001..707df93251d 100644 --- a/homeassistant/components/hydrawise/manifest.json +++ b/homeassistant/components/hydrawise/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/hydrawise", "iot_class": "cloud_polling", "loggers": ["pydrawise"], - "requirements": ["pydrawise==2024.1.0"] + "requirements": ["pydrawise==2024.2.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 49b36b9d6cd..79ce2a120eb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1772,7 +1772,7 @@ pydiscovergy==2.0.5 pydoods==1.0.2 # homeassistant.components.hydrawise -pydrawise==2024.1.0 +pydrawise==2024.2.0 # homeassistant.components.android_ip_webcam pydroid-ipcam==2.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4523e514615..9be7aa650f2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1371,7 +1371,7 @@ pydexcom==0.2.3 pydiscovergy==2.0.5 # homeassistant.components.hydrawise -pydrawise==2024.1.0 +pydrawise==2024.2.0 # homeassistant.components.android_ip_webcam pydroid-ipcam==2.0.0