diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index f9ec5321c62..f15045b98da 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -3,9 +3,18 @@ "name": "Withings", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/withings", - "requirements": ["withings-api==2.3.2"], - "dependencies": ["http", "webhook"], - "codeowners": ["@vangorra"], + "requirements": [ + "withings-api==2.4.0" + ], + "dependencies": [ + "http", + "webhook" + ], + "codeowners": [ + "@vangorra" + ], "iot_class": "cloud_polling", - "loggers": ["withings_api"] -} + "loggers": [ + "withings_api" + ] +} \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index ac972d24fb5..150d7b28949 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2485,7 +2485,7 @@ wiffi==1.1.0 wirelesstagpy==0.8.1 # homeassistant.components.withings -withings-api==2.3.2 +withings-api==2.4.0 # homeassistant.components.wled wled==0.13.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7a1d16c0e87..8f10a13b145 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1531,7 +1531,7 @@ whois==0.9.13 wiffi==1.1.0 # homeassistant.components.withings -withings-api==2.3.2 +withings-api==2.4.0 # homeassistant.components.wled wled==0.13.0