From 20d08fa470b78a5e7e5d45f68ff238535fc7cfda Mon Sep 17 00:00:00 2001 From: micha91 Date: Mon, 11 Oct 2021 11:34:37 +0200 Subject: [PATCH] Upgrade aiomusiccast to tolererate not decodable characters (#57461) --- homeassistant/components/yamaha_musiccast/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/yamaha_musiccast/manifest.json b/homeassistant/components/yamaha_musiccast/manifest.json index be52b8a4558..f7751dfe859 100644 --- a/homeassistant/components/yamaha_musiccast/manifest.json +++ b/homeassistant/components/yamaha_musiccast/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/yamaha_musiccast", "requirements": [ - "aiomusiccast==0.9.2" + "aiomusiccast==0.10.0" ], "ssdp": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 5f1d17c4941..40a37721889 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -213,7 +213,7 @@ aiolyric==1.0.7 aiomodernforms==0.1.8 # homeassistant.components.yamaha_musiccast -aiomusiccast==0.9.2 +aiomusiccast==0.10.0 # homeassistant.components.nanoleaf aionanoleaf==0.0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index da28c1f802c..684a8d2769a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -143,7 +143,7 @@ aiolyric==1.0.7 aiomodernforms==0.1.8 # homeassistant.components.yamaha_musiccast -aiomusiccast==0.9.2 +aiomusiccast==0.10.0 # homeassistant.components.nanoleaf aionanoleaf==0.0.3