From e1d4d65ac41108122c0c40ada83a7149c8039938 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 10 Apr 2021 20:16:28 +0200 Subject: [PATCH] Bump pysml to 0.0.5 (#49014) --- 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 c3b65c3b352..ea960de6b49 100644 --- a/homeassistant/components/edl21/manifest.json +++ b/homeassistant/components/edl21/manifest.json @@ -2,6 +2,6 @@ "domain": "edl21", "name": "EDL21", "documentation": "https://www.home-assistant.io/integrations/edl21", - "requirements": ["pysml==0.0.3"], + "requirements": ["pysml==0.0.5"], "codeowners": ["@mtdcr"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7ec6435949e..a141ca54748 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1720,7 +1720,7 @@ pysmartthings==0.7.6 pysmarty==0.8 # homeassistant.components.edl21 -pysml==0.0.3 +pysml==0.0.5 # homeassistant.components.snmp pysnmp==4.4.12