From 9f1dc71320c32d033fd89338c9641ea3c6ed5430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oldag?= Date: Sat, 1 Jun 2019 05:49:52 +0200 Subject: [PATCH] Bump pychromecast (#24234) --- homeassistant/components/cast/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/cast/manifest.json b/homeassistant/components/cast/manifest.json index 2d310cdda8f..5699f8764cd 100644 --- a/homeassistant/components/cast/manifest.json +++ b/homeassistant/components/cast/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/components/cast", "requirements": [ - "pychromecast==3.2.1" + "pychromecast==3.2.2" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index b944f37f331..0126cbddaf8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1021,7 +1021,7 @@ pycfdns==0.0.1 pychannels==1.0.0 # homeassistant.components.cast -pychromecast==3.2.1 +pychromecast==3.2.2 # homeassistant.components.cmus pycmus==0.1.1