diff --git a/homeassistant/components/point/manifest.json b/homeassistant/components/point/manifest.json index 770f1e50edf..3c2a82dfb98 100644 --- a/homeassistant/components/point/manifest.json +++ b/homeassistant/components/point/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "loggers": ["pypoint"], "quality_scale": "gold", - "requirements": ["pypoint==2.3.0"] + "requirements": ["pypoint==2.3.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1a5f9880004..59bd9f9dbc4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1946,7 +1946,7 @@ pypjlink2==1.2.1 pyplaato==0.0.18 # homeassistant.components.point -pypoint==2.3.0 +pypoint==2.3.2 # homeassistant.components.profiler pyprof2calltree==1.4.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cb33cdcc98a..f9d922ffdeb 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1468,7 +1468,7 @@ pypjlink2==1.2.1 pyplaato==0.0.18 # homeassistant.components.point -pypoint==2.3.0 +pypoint==2.3.2 # homeassistant.components.profiler pyprof2calltree==1.4.5