From 798eb77110929f7d5a85443b40f7616cf850ec41 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 8 Jan 2022 12:54:31 +0100 Subject: [PATCH] Bump pysml to 0.0.6 (#63664) --- 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 77c0cdebf20..9ffff040eac 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.5"], + "requirements": ["pysml==0.0.6"], "codeowners": ["@mtdcr"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index e3f217041d8..3966b922a02 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1846,7 +1846,7 @@ pysmartthings==0.7.6 pysmarty==0.8 # homeassistant.components.edl21 -pysml==0.0.5 +pysml==0.0.6 # homeassistant.components.snmp pysnmp==4.4.12