mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade slixmpp library to 1.5.1 (#35495)
This commit is contained in:
parent
5d8e6d5432
commit
f4ab5ee54f
@ -2,6 +2,6 @@
|
|||||||
"domain": "xmpp",
|
"domain": "xmpp",
|
||||||
"name": "Jabber (XMPP)",
|
"name": "Jabber (XMPP)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/xmpp",
|
"documentation": "https://www.home-assistant.io/integrations/xmpp",
|
||||||
"requirements": ["slixmpp==1.4.2"],
|
"requirements": ["slixmpp==1.5.1"],
|
||||||
"codeowners": ["@fabaff", "@flowolf"]
|
"codeowners": ["@fabaff", "@flowolf"]
|
||||||
}
|
}
|
||||||
|
@ -1940,7 +1940,7 @@ slackclient==2.5.0
|
|||||||
sleepyq==0.7
|
sleepyq==0.7
|
||||||
|
|
||||||
# homeassistant.components.xmpp
|
# homeassistant.components.xmpp
|
||||||
slixmpp==1.4.2
|
slixmpp==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.smappee
|
# homeassistant.components.smappee
|
||||||
smappy==0.2.16
|
smappy==0.2.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user