From 00c6df54b27b0d7be47463ef2752f99c259ab98d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 Mar 2018 08:27:56 +0200 Subject: [PATCH] Upgrade slacker to 0.9.65 (#13496) --- 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 30aadfc8297..b50260e4c61 100644 --- a/homeassistant/components/notify/slack.py +++ b/homeassistant/components/notify/slack.py @@ -17,7 +17,7 @@ from homeassistant.components.notify import ( BaseNotificationService) from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON) -REQUIREMENTS = ['slacker==0.9.60'] +REQUIREMENTS = ['slacker==0.9.65'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 026892099f1..d57ecd7f93a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1136,7 +1136,7 @@ simplisafe-python==1.0.5 skybellpy==0.1.1 # homeassistant.components.notify.slack -slacker==0.9.60 +slacker==0.9.65 # homeassistant.components.notify.xmpp sleekxmpp==1.3.2