Skip to content

Commit

Permalink
Upgrade slacker to 0.9.25 (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Teagan42 committed Sep 6, 2016
1 parent c06fe51 commit 26eba4c
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26eba4c

Please sign in to comment.