From 5d1c9a2e94016793bd302b2ecd50dae168585ea3 Mon Sep 17 00:00:00 2001 From: yllar Date: Wed, 24 Aug 2022 23:54:59 +0300 Subject: [PATCH] Songpal dependency upgrade (#77278) Bump python-songpal to 0.15 --- homeassistant/components/songpal/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/songpal/manifest.json b/homeassistant/components/songpal/manifest.json index 8825de877e5..2aa58b16a7e 100644 --- a/homeassistant/components/songpal/manifest.json +++ b/homeassistant/components/songpal/manifest.json @@ -3,7 +3,7 @@ "name": "Sony Songpal", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/songpal", - "requirements": ["python-songpal==0.14.1"], + "requirements": ["python-songpal==0.15"], "codeowners": ["@rytilahti", "@shenxn"], "ssdp": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 47ceace6e0b..57ba371c2b0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1975,7 +1975,7 @@ python-ripple-api==0.0.3 python-smarttub==0.0.32 # homeassistant.components.songpal -python-songpal==0.14.1 +python-songpal==0.15 # homeassistant.components.tado python-tado==0.12.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 53c18eee40d..bed1b9ad2da 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1350,7 +1350,7 @@ python-picnic-api==1.1.0 python-smarttub==0.0.32 # homeassistant.components.songpal -python-songpal==0.14.1 +python-songpal==0.15 # homeassistant.components.tado python-tado==0.12.0