From 762f5a5d18d4aa4e038474d11c78eba4da9c7abb Mon Sep 17 00:00:00 2001 From: Andre Lengwenus Date: Wed, 14 Jul 2021 19:59:11 +0200 Subject: [PATCH] Bump pypck to 0.7.10 (#53013) --- 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 092e07eb5d2..1adc407d692 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.9"], + "requirements": ["pypck==0.7.10"], "codeowners": ["@alengwenus"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index cd39fd4d224..f57ac367ca3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1669,7 +1669,7 @@ pyownet==0.10.0.post1 pypca==0.0.7 # homeassistant.components.lcn -pypck==0.7.9 +pypck==0.7.10 # homeassistant.components.pjlink pypjlink2==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ba98cbe4aa5..1bec3389bbc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -950,7 +950,7 @@ pyowm==3.2.0 pyownet==0.10.0.post1 # homeassistant.components.lcn -pypck==0.7.9 +pypck==0.7.10 # homeassistant.components.plaato pyplaato==0.0.15