From 5975974a370c92742d858d075e7f955d6a6dce43 Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Thu, 5 Oct 2023 08:36:58 +0200 Subject: [PATCH] Bumb pypoint to 2.3.2 (#101436) version bumb point --- homeassistant/components/point/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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