Upgrade sleekxmpp to 1.3.2 (#6773)
This commit is contained in:
parent
7ae814357a
commit
8d606f8d16
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||
ATTR_TITLE, ATTR_TITLE_DEFAULT, PLATFORM_SCHEMA, BaseNotificationService)
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
|
||||
|
||||
REQUIREMENTS = ['sleekxmpp==1.3.1',
|
||||
REQUIREMENTS = ['sleekxmpp==1.3.2',
|
||||
'dnspython3==1.15.0',
|
||||
'pyasn1==0.2.3',
|
||||
'pyasn1-modules==0.0.8']
|
||||
|
|
|
@ -692,7 +692,7 @@ simplisafe-python==1.0.2
|
|||
slacker==0.9.42
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
sleekxmpp==1.3.1
|
||||
sleekxmpp==1.3.2
|
||||
|
||||
# homeassistant.components.sleepiq
|
||||
sleepyq==0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue