From 72e6d58a991098b9d4af46bf0c69b11a46b79e79 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 6 Jan 2021 13:41:21 +0100 Subject: [PATCH] Bump pychromecast to 7.7.2 (#44871) --- homeassistant/components/cast/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index c1c24a4cda8..5f3deb36552 100644 --- a/homeassistant/components/cast/manifest.json +++ b/homeassistant/components/cast/manifest.json @@ -3,7 +3,7 @@ "name": "Google Cast", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/cast", - "requirements": ["pychromecast==7.7.1"], + "requirements": ["pychromecast==7.7.2"], "after_dependencies": ["cloud", "http", "media_source", "plex", "tts", "zeroconf"], "zeroconf": ["_googlecast._tcp.local."], "codeowners": ["@emontnemery"] diff --git a/requirements_all.txt b/requirements_all.txt index 5a80497cc14..1b2e8af3dc3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1304,7 +1304,7 @@ pycfdns==1.2.1 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==7.7.1 +pychromecast==7.7.2 # homeassistant.components.pocketcasts pycketcasts==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 58c9e256c42..94b0005b8cd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -664,7 +664,7 @@ pybotvac==0.0.19 pycfdns==1.2.1 # homeassistant.components.cast -pychromecast==7.7.1 +pychromecast==7.7.2 # homeassistant.components.coolmaster pycoolmasternet-async==0.1.2