diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index 092d122d5cf..89c13cf04bd 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.2.1"], + "requirements": ["pychromecast==9.3.0"], "after_dependencies": [ "cloud", "http", diff --git a/requirements_all.txt b/requirements_all.txt index 908640308b1..a480c3909bb 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.2.1 +pychromecast==9.3.0 # homeassistant.components.pocketcasts pycketcasts==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0e0b69d3fb0..6e601c3fe3a 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.2.1 +pychromecast==9.3.0 # homeassistant.components.climacell pyclimacell==0.18.2