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
pull/28399/head
Teemu R 2019-10-23 23:13:56 +02:00 committed by Paulus Schoutsen
parent 7eceedea10
commit 54481598b7
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

@ -1564,7 +1564,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