diff --git a/homeassistant/components/media_player/songpal.py b/homeassistant/components/media_player/songpal.py
index c1bfbbe59cd1d40d72ad14ec275eacbfe6c827da..e45819428e8868333b29158200599d96898af724 100644
--- a/homeassistant/components/media_player/songpal.py
+++ b/homeassistant/components/media_player/songpal.py
@@ -17,7 +17,7 @@ from homeassistant.const import (
 from homeassistant.exceptions import PlatformNotReady
 import homeassistant.helpers.config_validation as cv
 
-REQUIREMENTS = ['python-songpal==0.0.7']
+REQUIREMENTS = ['python-songpal==0.0.8']
 
 SUPPORT_SONGPAL = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_STEP | \
                   SUPPORT_VOLUME_MUTE | SUPPORT_SELECT_SOURCE | \
diff --git a/requirements_all.txt b/requirements_all.txt
index 54d902f42604f006c24fe7e61faa2ee916aa1b73..327dd974edb8a27780f27dd0110ffec01bf385b0 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1130,7 +1130,7 @@ python-roku==3.1.5
 python-sochain-api==0.0.2
 
 # homeassistant.components.media_player.songpal
-python-songpal==0.0.7
+python-songpal==0.0.8
 
 # homeassistant.components.sensor.synologydsm
 python-synology==0.2.0