From 7c6cc16ef163c22390c4b6ee95ac5d5ba6e6040b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker <joostlek@outlook.com> Date: Thu, 26 Sep 2024 22:36:01 +0200 Subject: [PATCH] Bump aiowithings to 3.1.0 (#126854) --- homeassistant/components/withings/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index a7f632325a0..e0d85f207a3 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_push", "loggers": ["aiowithings"], "quality_scale": "platinum", - "requirements": ["aiowithings==3.0.3"] + "requirements": ["aiowithings==3.1.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index a3e8c915cfa..64baee16b73 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -413,7 +413,7 @@ aiowatttime==0.1.1 aiowebostv==0.4.2 # homeassistant.components.withings -aiowithings==3.0.3 +aiowithings==3.1.0 # homeassistant.components.yandex_transport aioymaps==1.2.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 551cc018fa6..e239a48ad2f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -395,7 +395,7 @@ aiowatttime==0.1.1 aiowebostv==0.4.2 # homeassistant.components.withings -aiowithings==3.0.3 +aiowithings==3.1.0 # homeassistant.components.yandex_transport aioymaps==1.2.5 -- GitLab