Skip to content

Commit

Permalink
Upgrade slixmpp to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 11, 2019
1 parent 88d0aa1 commit abfc96a
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 abfc96a

Please sign in to comment.