diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index 644a517c666..d7cddaaa293 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==12.1.3"], + "requirements": ["pychromecast==12.1.4"], "after_dependencies": [ "cloud", "http", diff --git a/requirements_all.txt b/requirements_all.txt index 2daa37f0808..859de73843f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1408,7 +1408,7 @@ pycfdns==1.2.2 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==12.1.3 +pychromecast==12.1.4 # homeassistant.components.pocketcasts pycketcasts==1.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fd02dc2ce5c..e576babe4b5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -953,7 +953,7 @@ pybotvac==0.0.23 pycfdns==1.2.2 # homeassistant.components.cast -pychromecast==12.1.3 +pychromecast==12.1.4 # homeassistant.components.climacell pyclimacell==0.18.2