From 88b2baa880c179f059fa5691d10a54e6d51ee2ee Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 24 Jan 2022 00:23:28 +0100 Subject: [PATCH] Bump pysml to 0.0.7 (#64798) --- 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 9ffff040eac..7505f5e2438 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.6"], + "requirements": ["pysml==0.0.7"], "codeowners": ["@mtdcr"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index 93ca4a30b1a..9aea483e574 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1858,7 +1858,7 @@ pysmartthings==0.7.6 pysmarty==0.8 # homeassistant.components.edl21 -pysml==0.0.6 +pysml==0.0.7 # homeassistant.components.snmp pysnmp==4.4.12