From 7012375bf14c5b68dc45a850f75469e5ac2af7d3 Mon Sep 17 00:00:00 2001 From: Nenad Bogojevic Date: Thu, 17 Feb 2022 14:18:33 +0100 Subject: [PATCH] Bump withings-api 2.3.2->2.4.0 (#66723) --- .../components/withings/manifest.json | 19 ++++++++++++++----- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) 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