diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index b084540bebb..b1a4cd0b358 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==10.2.2"], + "requirements": ["pychromecast==10.2.3"], "after_dependencies": [ "cloud", "http", diff --git a/requirements_all.txt b/requirements_all.txt index 28edcb65df5..8b84fb9953c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1413,7 +1413,7 @@ pycfdns==1.2.2 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==10.2.2 +pychromecast==10.2.3 # homeassistant.components.pocketcasts pycketcasts==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c58d664e7af..ce4ffa0085a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -872,7 +872,7 @@ pybotvac==0.0.22 pycfdns==1.2.2 # homeassistant.components.cast -pychromecast==10.2.2 +pychromecast==10.2.3 # homeassistant.components.climacell pyclimacell==0.18.2