From c8ae0d3bbe8eedf9050f4e5e59f9e168efe3ff41 Mon Sep 17 00:00:00 2001 From: Andre Lengwenus <alengwenus@gmail.com> Date: Fri, 18 Feb 2022 10:37:00 +0100 Subject: [PATCH] Bump pypck to 0.7.14 (#66794) --- homeassistant/components/lcn/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/lcn/manifest.json b/homeassistant/components/lcn/manifest.json index 2bb9111b269..412ef74e3b8 100644 --- a/homeassistant/components/lcn/manifest.json +++ b/homeassistant/components/lcn/manifest.json @@ -3,7 +3,7 @@ "name": "LCN", "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/lcn", - "requirements": ["pypck==0.7.13"], + "requirements": ["pypck==0.7.14"], "codeowners": ["@alengwenus"], "iot_class": "local_push", "loggers": ["pypck"] diff --git a/requirements_all.txt b/requirements_all.txt index c60fb3c8b5b..34e32e0d792 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1755,7 +1755,7 @@ pyownet==0.10.0.post1 pypca==0.0.7 # homeassistant.components.lcn -pypck==0.7.13 +pypck==0.7.14 # homeassistant.components.pjlink pypjlink2==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 77f59d29676..ef1240537ec 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1124,7 +1124,7 @@ pyowm==3.2.0 pyownet==0.10.0.post1 # homeassistant.components.lcn -pypck==0.7.13 +pypck==0.7.14 # homeassistant.components.plaato pyplaato==0.0.15 -- GitLab