Skip to content

Commit

Permalink
Upgrade slacker to 0.9.65 (#13496)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Danielhiversen committed Mar 28, 2018
1 parent 2bebfec commit 00c6df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/slack.py
Expand Up @@ -17,7 +17,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 00c6df5

Please sign in to comment.