Upgrade slacker to 0.9.28 (#3877)
This commit is contained in:
parent
1cbf8c8049
commit
bead274b20
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
||||||
CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['slacker==0.9.25']
|
REQUIREMENTS = ['slacker==0.9.28']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -441,7 +441,7 @@ scsgate==0.1.0
|
||||||
sendgrid==3.4.0
|
sendgrid==3.4.0
|
||||||
|
|
||||||
# homeassistant.components.notify.slack
|
# homeassistant.components.notify.slack
|
||||||
slacker==0.9.25
|
slacker==0.9.28
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
sleekxmpp==1.3.1
|
sleekxmpp==1.3.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue