From 55c675d0fd40cf1e857d98c854937e62f4f7a2f0 Mon Sep 17 00:00:00 2001 From: Stephan Uhle Date: Mon, 15 May 2023 09:15:22 +0200 Subject: [PATCH] Bump pysml to 0.0.11 (#93035) Updated pysml to 0.0.11 --- homeassistant/components/edl21/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/edl21/manifest.json b/homeassistant/components/edl21/manifest.json index 034d3fcae2e..5fdda463459 100644 --- a/homeassistant/components/edl21/manifest.json +++ b/homeassistant/components/edl21/manifest.json @@ -7,5 +7,5 @@ "integration_type": "hub", "iot_class": "local_push", "loggers": ["sml"], - "requirements": ["pysml==0.0.10"] + "requirements": ["pysml==0.0.11"] } diff --git a/requirements_all.txt b/requirements_all.txt index 4edc2275fc5..dd8b4a7983c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1981,7 +1981,7 @@ pysmartapp==0.3.3 pysmartthings==0.7.6 # homeassistant.components.edl21 -pysml==0.0.10 +pysml==0.0.11 # homeassistant.components.snmp pysnmplib==5.0.21 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f7bfe75aaaf..5851835eefe 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1458,7 +1458,7 @@ pysmartapp==0.3.3 pysmartthings==0.7.6 # homeassistant.components.edl21 -pysml==0.0.10 +pysml==0.0.11 # homeassistant.components.snmp pysnmplib==5.0.21