Bump songpal to fix a regression (#28115)

The new release fixes a single regression from requests to aiohttp conversion.
Some devices do not respond with the correct mimetype which was not enforced
by requests but is enforced by aiohttp.

Related PR https://github.com/rytilahti/python-songpal/pull/59
This commit is contained in:
Teemu R 2019-10-23 23:13:56 +02:00 committed by GitHub
parent 1b21685651
commit 160c201be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "Songpal",
"documentation": "https://www.home-assistant.io/integrations/songpal",
"requirements": [
"python-songpal==0.11.1"
"python-songpal==0.11.2"
],
"dependencies": [],
"codeowners": [

View File

@ -1561,7 +1561,7 @@ python-ripple-api==0.0.3
python-sochain-api==0.0.2
# homeassistant.components.songpal
python-songpal==0.11.1
python-songpal==0.11.2
# homeassistant.components.synologydsm
python-synology==0.2.0