diff --git a/homeassistant/components/lcn/manifest.json b/homeassistant/components/lcn/manifest.json index e212a09c905..87624a4e4ae 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.12"], + "requirements": ["pypck==0.7.13"], "codeowners": ["@alengwenus"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index fb426fbad1b..d8882d14771 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1752,7 +1752,7 @@ pyownet==0.10.0.post1 pypca==0.0.7 # homeassistant.components.lcn -pypck==0.7.12 +pypck==0.7.13 # homeassistant.components.pjlink pypjlink2==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 46beefd8de7..ea7b5c2b9e4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1106,7 +1106,7 @@ pyowm==3.2.0 pyownet==0.10.0.post1 # homeassistant.components.lcn -pypck==0.7.12 +pypck==0.7.13 # homeassistant.components.plaato pyplaato==0.0.15