diff --git a/homeassistant/components/media_player/soundtouch.py b/homeassistant/components/media_player/soundtouch.py index 6a118844727..74f981911c6 100644 --- a/homeassistant/components/media_player/soundtouch.py +++ b/homeassistant/components/media_player/soundtouch.py @@ -20,7 +20,7 @@ from homeassistant.const import (CONF_HOST, CONF_NAME, STATE_OFF, CONF_PORT, STATE_PAUSED, STATE_PLAYING, STATE_UNAVAILABLE) -REQUIREMENTS = ['libsoundtouch==0.3.0'] +REQUIREMENTS = ['libsoundtouch==0.6.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d660874de29..0ac6fe29980 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -351,7 +351,7 @@ libpurecoollink==0.1.5 librouteros==1.0.2 # homeassistant.components.media_player.soundtouch -libsoundtouch==0.3.0 +libsoundtouch==0.6.1 # homeassistant.components.light.lifx_legacy liffylights==0.9.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 83c083f1ba7..9bcb8dcf4c5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -65,7 +65,7 @@ influxdb==3.0.0 libpurecoollink==0.1.5 # homeassistant.components.media_player.soundtouch -libsoundtouch==0.3.0 +libsoundtouch==0.6.1 # homeassistant.components.sensor.mfi # homeassistant.components.switch.mfi