Skip to content

Commit

Permalink
Upgrade slixmpp to 1.4.2 (#20971)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and cgarwood committed Feb 11, 2019
1 parent de2892c commit 0425c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/xmpp.py
Expand Up @@ -21,7 +21,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 0425c81

Please sign in to comment.