From 17d0fe02c7ae261dd020bcb8bad36c41f1285c9b 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 7f8cec584b0..a088fb696d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1364,7 +1364,7 @@ smappy==0.2.16 # smbus-cffi==0.5.1 # homeassistant.components.media_player.snapcast -snapcast==2.0.8 +snapcast==2.0.9 # homeassistant.components.sensor.socialblade socialbladeclient==0.2