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