From 26b28001c5a1ccff30ea5610613605a803c2acf3 Mon Sep 17 00:00:00 2001 From: Stephan Uhle Date: Fri, 21 Apr 2023 08:16:32 +0200 Subject: [PATCH] Bump pysml to 0.0.10 (#91773) --- 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 f6363473def..034d3fcae2e 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.9"] + "requirements": ["pysml==0.0.10"] } diff --git a/requirements_all.txt b/requirements_all.txt index 423219243c6..8d23f37514b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1976,7 +1976,7 @@ pysmartthings==0.7.6 pysmarty==0.8 # homeassistant.components.edl21 -pysml==0.0.9 +pysml==0.0.10 # homeassistant.components.snmp pysnmplib==5.0.21 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2f9d3163cbf..04292652fc5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1438,7 +1438,7 @@ pysmartapp==0.3.3 pysmartthings==0.7.6 # homeassistant.components.edl21 -pysml==0.0.9 +pysml==0.0.10 # homeassistant.components.snmp pysnmplib==5.0.21