From 20fa6c5383826bbccab4a3b8d6bb902c5dcbee8a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 18 Oct 2018 11:06:32 +0200 Subject: [PATCH] Update snapcast to 2.0.9 (#17573) --- homeassistant/components/media_player/snapcast.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/snapcast.py b/homeassistant/components/media_player/snapcast.py index fca440df783..cfe2f997295 100644 --- a/homeassistant/components/media_player/snapcast.py +++ b/homeassistant/components/media_player/snapcast.py @@ -17,7 +17,7 @@ from homeassistant.const import ( STATE_PLAYING, STATE_UNKNOWN) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['snapcast==2.0.8'] +REQUIREMENTS = ['snapcast==2.0.9'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2cd1f29dd49..f7fc640607b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1386,7 +1386,7 @@ smappy==0.2.16 smhi-pkg==1.0.4 # homeassistant.components.media_player.snapcast -snapcast==2.0.8 +snapcast==2.0.9 # homeassistant.components.sensor.socialblade socialbladeclient==0.2