Upgrade slixmpp to 1.4.2 (#20971)

pull/20981/head
Fabian Affolter 2019-02-11 14:33:57 +01:00 committed by Charles Garwood
parent de2892caa8
commit 0425c8195f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
import homeassistant.helpers.template as template_helper
REQUIREMENTS = ['slixmpp==1.4.1']
REQUIREMENTS = ['slixmpp==1.4.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -1550,7 +1550,7 @@ slacker==0.12.0
sleepyq==0.6
# homeassistant.components.notify.xmpp
slixmpp==1.4.1
slixmpp==1.4.2
# homeassistant.components.smappee
smappy==0.2.16