From adbcd8adb495814d190bacaf23e50167d53794b2 Mon Sep 17 00:00:00 2001 From: David Straub Date: Sun, 10 Jul 2022 12:49:18 +0200 Subject: [PATCH] Bump pysml to 0.0.8 (fixes #74382) (#74875) --- homeassistant/components/edl21/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/edl21/manifest.json b/homeassistant/components/edl21/manifest.json index 4cffabe87fc39..cac35a10152d0 100644 --- a/homeassistant/components/edl21/manifest.json +++ b/homeassistant/components/edl21/manifest.json @@ -2,7 +2,7 @@ "domain": "edl21", "name": "EDL21", "documentation": "https://www.home-assistant.io/integrations/edl21", - "requirements": ["pysml==0.0.7"], + "requirements": ["pysml==0.0.8"], "codeowners": ["@mtdcr"], "iot_class": "local_push", "loggers": ["sml"] diff --git a/requirements_all.txt b/requirements_all.txt index 0e66461ff7c77..cf39a40868e4a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1835,7 +1835,7 @@ pysmartthings==0.7.6 pysmarty==0.8 # homeassistant.components.edl21 -pysml==0.0.7 +pysml==0.0.8 # homeassistant.components.snmp pysnmplib==5.0.15