Upgrade slixmpp to 1.4.2 (#20971)
This commit is contained in:
parent
de2892caa8
commit
0425c8195f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.const import (
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.helpers.template as template_helper
|
import homeassistant.helpers.template as template_helper
|
||||||
|
|
||||||
REQUIREMENTS = ['slixmpp==1.4.1']
|
REQUIREMENTS = ['slixmpp==1.4.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1550,7 +1550,7 @@ slacker==0.12.0
|
||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
slixmpp==1.4.1
|
slixmpp==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.smappee
|
# homeassistant.components.smappee
|
||||||
smappy==0.2.16
|
smappy==0.2.16
|
||||||
|
|
Loading…
Add table
Reference in a new issue