From 94e6743a7bb6b5698d0fd58fae6162db88be271e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 2 Jan 2023 21:10:23 -0500 Subject: [PATCH] Bump slixmpp to 1.8.3 (#85031) --- 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 5fc8d6e50a2..4f11b83a55d 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.8.2"], + "requirements": ["slixmpp==1.8.3"], "codeowners": ["@fabaff", "@flowolf"], "iot_class": "cloud_push", "loggers": ["pyasn1", "slixmpp"] diff --git a/requirements_all.txt b/requirements_all.txt index a9a1680b25d..da0f33b2905 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2311,7 +2311,7 @@ sisyphus-control==3.1.2 slackclient==2.5.0 # homeassistant.components.xmpp -slixmpp==1.8.2 +slixmpp==1.8.3 # homeassistant.components.smart_meter_texas smart-meter-texas==0.4.7