diff --git a/homeassistant/components/lcn/manifest.json b/homeassistant/components/lcn/manifest.json index 4b06f7075f6..e212a09c905 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.11"], + "requirements": ["pypck==0.7.12"], "codeowners": ["@alengwenus"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index e5afeba9611..256e63c8a58 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1737,7 +1737,7 @@ pyownet==0.10.0.post1 pypca==0.0.7 # homeassistant.components.lcn -pypck==0.7.11 +pypck==0.7.12 # homeassistant.components.pjlink pypjlink2==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dbf90fbb940..c1c34043f5e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1082,7 +1082,7 @@ pyowm==3.2.0 pyownet==0.10.0.post1 # homeassistant.components.lcn -pypck==0.7.11 +pypck==0.7.12 # homeassistant.components.plaato pyplaato==0.0.15