From 60d9bc68d9cae318f75fac9b4f70e91ce8c99a99 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 f1bd89b0a13..3f44272bf2f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -216,7 +216,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 94d55140558..d6e24b75288 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