diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index 5035b3c6620..ae049fefef6 100644 --- a/homeassistant/components/cast/manifest.json +++ b/homeassistant/components/cast/manifest.json @@ -14,6 +14,6 @@ "documentation": "https://www.home-assistant.io/integrations/cast", "iot_class": "local_polling", "loggers": ["casttube", "pychromecast"], - "requirements": ["PyChromecast==13.0.8"], + "requirements": ["PyChromecast==13.1.0"], "zeroconf": ["_googlecast._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index d3f6bbd739b..2279b93e70f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -54,7 +54,7 @@ ProgettiHWSW==0.1.3 # PyBluez==0.22 # homeassistant.components.cast -PyChromecast==13.0.8 +PyChromecast==13.1.0 # homeassistant.components.flick_electric PyFlick==0.0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f13f9b63300..7fbc37f8323 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -45,7 +45,7 @@ PlexAPI==4.15.7 ProgettiHWSW==0.1.3 # homeassistant.components.cast -PyChromecast==13.0.8 +PyChromecast==13.1.0 # homeassistant.components.flick_electric PyFlick==0.0.2