From 26eba4cb1aa0c1e73e0b4dabeb5dc7506f07f128 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 6 Sep 2016 16:51:23 +0200 Subject: [PATCH] Upgrade slacker to 0.9.25 (#3224) --- homeassistant/components/notify/slack.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/slack.py b/homeassistant/components/notify/slack.py index 10564609390..780a27b9795 100644 --- a/homeassistant/components/notify/slack.py +++ b/homeassistant/components/notify/slack.py @@ -13,7 +13,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['slacker==0.9.24'] +REQUIREMENTS = ['slacker==0.9.25'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8304eb43ae4..c98da7d6b1f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -425,7 +425,7 @@ scsgate==0.1.0 sendgrid==3.2.10 # homeassistant.components.notify.slack -slacker==0.9.24 +slacker==0.9.25 # homeassistant.components.notify.xmpp sleekxmpp==1.3.1