diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index dbee20ca32b..a1df31ceecc 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==1.0.0"] + "requirements": ["aiowithings==1.0.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 4b730b6b0e7..d627e5ad004 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -387,7 +387,7 @@ aiowatttime==0.1.1 aiowebostv==0.3.3 # homeassistant.components.withings -aiowithings==1.0.0 +aiowithings==1.0.1 # homeassistant.components.yandex_transport aioymaps==1.2.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 95cac4a6dc7..27cc3d1a0e6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -362,7 +362,7 @@ aiowatttime==0.1.1 aiowebostv==0.3.3 # homeassistant.components.withings -aiowithings==1.0.0 +aiowithings==1.0.1 # homeassistant.components.yandex_transport aioymaps==1.2.2