From 4b55893781ca9957aa595041ee21eaefe46b69f9 Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Sun, 17 Oct 2021 10:50:23 +0200 Subject: [PATCH] Bump pypoint (#57888) --- 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 13a1ac5ce23..df90a230fab 100644 --- a/homeassistant/components/point/manifest.json +++ b/homeassistant/components/point/manifest.json @@ -3,7 +3,7 @@ "name": "Minut Point", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/point", - "requirements": ["pypoint==2.2.0"], + "requirements": ["pypoint==2.2.1"], "dependencies": ["webhook", "http"], "codeowners": ["@fredrike"], "quality_scale": "gold", diff --git a/requirements_all.txt b/requirements_all.txt index dd86b6d97ec..5d78dc85a89 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1717,7 +1717,7 @@ pypjlink2==1.2.1 pyplaato==0.0.15 # homeassistant.components.point -pypoint==2.2.0 +pypoint==2.2.1 # homeassistant.components.profiler pyprof2calltree==1.4.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dee1f74f72f..fe436c9d569 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1030,7 +1030,7 @@ pypck==0.7.10 pyplaato==0.0.15 # homeassistant.components.point -pypoint==2.2.0 +pypoint==2.2.1 # homeassistant.components.profiler pyprof2calltree==1.4.5