Upgrade slacker to 0.9.42 (#6173)
This commit is contained in:
parent
49b4cd3c41
commit
ac1e811dcd
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||
CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['slacker==0.9.40']
|
||||
REQUIREMENTS = ['slacker==0.9.42']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -656,7 +656,7 @@ sharp_aquos_rc==0.3.2
|
|||
simplisafe-python==1.0.2
|
||||
|
||||
# homeassistant.components.notify.slack
|
||||
slacker==0.9.40
|
||||
slacker==0.9.42
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
sleekxmpp==1.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue