diff --git a/homeassistant/components/discovergy/manifest.json b/homeassistant/components/discovergy/manifest.json index da9fb117353..f4cf7894eda 100644 --- a/homeassistant/components/discovergy/manifest.json +++ b/homeassistant/components/discovergy/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/discovergy", "integration_type": "service", "iot_class": "cloud_polling", - "requirements": ["pydiscovergy==3.0.0"] + "requirements": ["pydiscovergy==3.0.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index ea12256a046..6e617df7aa8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1782,7 +1782,7 @@ pydelijn==1.1.0 pydexcom==0.2.3 # homeassistant.components.discovergy -pydiscovergy==3.0.0 +pydiscovergy==3.0.1 # homeassistant.components.doods pydoods==1.0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f26360ec8c6..560ff365cb4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1396,7 +1396,7 @@ pydeconz==115 pydexcom==0.2.3 # homeassistant.components.discovergy -pydiscovergy==3.0.0 +pydiscovergy==3.0.1 # homeassistant.components.hydrawise pydrawise==2024.4.1