From 0b1663b150d04428b4485c8c25086981c5076d7d Mon Sep 17 00:00:00 2001 From: Dmitry Kosenkov <1144095+Junker@users.noreply.github.com> Date: Mon, 14 Mar 2022 01:40:09 +0700 Subject: [PATCH] Update slixmpp to 1.8.0.1 (#68080) fix for python 3.10 --- homeassistant/components/xmpp/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/xmpp/manifest.json b/homeassistant/components/xmpp/manifest.json index 840f2cd677d..d5b08b6bc23 100644 --- a/homeassistant/components/xmpp/manifest.json +++ b/homeassistant/components/xmpp/manifest.json @@ -2,7 +2,7 @@ "domain": "xmpp", "name": "Jabber (XMPP)", "documentation": "https://www.home-assistant.io/integrations/xmpp", - "requirements": ["slixmpp==1.7.1"], + "requirements": ["slixmpp==1.8.0.1"], "codeowners": ["@fabaff", "@flowolf"], "iot_class": "cloud_push", "loggers": ["pyasn1", "slixmpp"] diff --git a/requirements_all.txt b/requirements_all.txt index fa5ab8613fb..58eb464e382 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2148,7 +2148,7 @@ skybellpy==0.6.3 slackclient==2.5.0 # homeassistant.components.xmpp -slixmpp==1.7.1 +slixmpp==1.8.0.1 # homeassistant.components.smart_meter_texas smart-meter-texas==0.4.7