From 5f37fffcd1c09c4717756a070f987d0cbd7e4a24 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 20 Oct 2021 09:44:20 +0200 Subject: [PATCH] Bump pychromecast to 9.3.1 (#58035) --- 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 89c13cf04bd..e74f0840a6c 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==9.3.0"], + "requirements": ["pychromecast==9.3.1"], "after_dependencies": [ "cloud", "http", diff --git a/requirements_all.txt b/requirements_all.txt index fb1681629c3..12034253ce8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1384,7 +1384,7 @@ pycfdns==1.2.1 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==9.3.0 +pychromecast==9.3.1 # homeassistant.components.pocketcasts pycketcasts==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a306146b608..b95685930c2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -823,7 +823,7 @@ pybotvac==0.0.22 pycfdns==1.2.1 # homeassistant.components.cast -pychromecast==9.3.0 +pychromecast==9.3.1 # homeassistant.components.climacell pyclimacell==0.18.2