From 575d29d0c7473e6186a19fbdb01b44b27195961a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 22 Jun 2017 09:58:07 +0200 Subject: [PATCH] Upgrade libsoundtouch to 0.6.2 --- homeassistant/components/media_player/soundtouch.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/media_player/soundtouch.py b/homeassistant/components/media_player/soundtouch.py index 74f981911c6112..3890e52bd73d35 100644 --- a/homeassistant/components/media_player/soundtouch.py +++ b/homeassistant/components/media_player/soundtouch.py @@ -20,7 +20,7 @@ STATE_PAUSED, STATE_PLAYING, STATE_UNAVAILABLE) -REQUIREMENTS = ['libsoundtouch==0.6.1'] +REQUIREMENTS = ['libsoundtouch==0.6.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b721a79a8759f6..49d8bb7e4e83de 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -353,7 +353,7 @@ libpurecoollink==0.1.5 librouteros==1.0.2 # homeassistant.components.media_player.soundtouch -libsoundtouch==0.6.1 +libsoundtouch==0.6.2 # homeassistant.components.light.lifx_legacy liffylights==0.9.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9bcb8dcf4c599e..f7b74c3b9d8c80 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.6.1 +libsoundtouch==0.6.2 # homeassistant.components.sensor.mfi # homeassistant.components.switch.mfi