diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index fe5704d119c..36e34ffc187 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==2.0.0"] + "requirements": ["aiowithings==2.1.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 9ff3e7fb2fd..492db780018 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -398,7 +398,7 @@ aiowatttime==0.1.1 aiowebostv==0.3.3 # homeassistant.components.withings -aiowithings==2.0.0 +aiowithings==2.1.0 # homeassistant.components.yandex_transport aioymaps==1.2.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 32f77d6891b..b88ddfd9d08 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -371,7 +371,7 @@ aiowatttime==0.1.1 aiowebostv==0.3.3 # homeassistant.components.withings -aiowithings==2.0.0 +aiowithings==2.1.0 # homeassistant.components.yandex_transport aioymaps==1.2.2