Upgrade slixmpp library to 1.5.1 (#35495)

This commit is contained in:
Florian Klien 2020-05-11 14:00:42 +02:00 committed by GitHub
parent 5d8e6d5432
commit f4ab5ee54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
"domain": "xmpp",
"name": "Jabber (XMPP)",
"documentation": "https://www.home-assistant.io/integrations/xmpp",
"requirements": ["slixmpp==1.4.2"],
"requirements": ["slixmpp==1.5.1"],
"codeowners": ["@fabaff", "@flowolf"]
}

View File

@ -1940,7 +1940,7 @@ slackclient==2.5.0
sleepyq==0.7
# homeassistant.components.xmpp
slixmpp==1.4.2
slixmpp==1.5.1
# homeassistant.components.smappee
smappy==0.2.16