From 4f4bbedc581fc7d538e1e1f05e5af968f67cab74 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Thu, 10 Oct 2019 22:52:29 +0300 Subject: [PATCH] bump songpal to fix attrs usage when using its most recent version (#27410) --- homeassistant/components/songpal/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/songpal/manifest.json b/homeassistant/components/songpal/manifest.json index 2f0c44da47b..55b02b66a59 100644 --- a/homeassistant/components/songpal/manifest.json +++ b/homeassistant/components/songpal/manifest.json @@ -3,7 +3,7 @@ "name": "Songpal", "documentation": "https://www.home-assistant.io/integrations/songpal", "requirements": [ - "python-songpal==0.11" + "python-songpal==0.11.1" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 8a215b6350b..bdb130ac9aa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1552,7 +1552,7 @@ python-ripple-api==0.0.3 python-sochain-api==0.0.2 # homeassistant.components.songpal -python-songpal==0.11 +python-songpal==0.11.1 # homeassistant.components.synologydsm python-synology==0.2.0