From c0fc23f794b12879bdc54756bceddf31ec30cc11 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Mon, 17 Oct 2022 06:36:01 -0700 Subject: [PATCH] Update pychannels to 1.2.3 (#80409) --- homeassistant/components/channels/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/channels/manifest.json b/homeassistant/components/channels/manifest.json index d167d6b4207..54e06fdc3ab 100644 --- a/homeassistant/components/channels/manifest.json +++ b/homeassistant/components/channels/manifest.json @@ -2,7 +2,7 @@ "domain": "channels", "name": "Channels", "documentation": "https://www.home-assistant.io/integrations/channels", - "requirements": ["pychannels==1.0.0"], + "requirements": ["pychannels==1.2.3"], "codeowners": [], "iot_class": "local_polling", "loggers": ["pychannels"] diff --git a/requirements_all.txt b/requirements_all.txt index aca8f43c2e5..ed595c08d48 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1478,7 +1478,7 @@ pycarwings2==2.13 pycfdns==1.2.2 # homeassistant.components.channels -pychannels==1.0.0 +pychannels==1.2.3 # homeassistant.components.cast pychromecast==12.1.4