From 90724847a3dd86df858a15bb5003e2e3d2d979a3 Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Wed, 23 Aug 2017 01:13:52 -0400 Subject: [PATCH] bump snapcast version (#9100) --- 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 7b0036e5f96..1715f0f1829 100644 --- a/homeassistant/components/media_player/snapcast.py +++ b/homeassistant/components/media_player/snapcast.py @@ -20,7 +20,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv from homeassistant.config import load_yaml_config_file -REQUIREMENTS = ['snapcast==2.0.6'] +REQUIREMENTS = ['snapcast==2.0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ef44c010260..b9d7105d0e5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -902,7 +902,7 @@ sleepyq==0.6 # smbus-cffi==0.5.1 # homeassistant.components.media_player.snapcast -snapcast==2.0.6 +snapcast==2.0.7 # homeassistant.components.climate.honeywell somecomfort==0.4.1