From 6806e26561c5f02f5f51b015d3f444e51057ea9a Mon Sep 17 00:00:00 2001 From: Paul Frank Date: Thu, 30 May 2024 14:28:24 +0000 Subject: [PATCH] bump versions --- custom_components/stiebel_eltron_isg/manifest.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/stiebel_eltron_isg/manifest.json b/custom_components/stiebel_eltron_isg/manifest.json index 5654fd1..9bd1abb 100644 --- a/custom_components/stiebel_eltron_isg/manifest.json +++ b/custom_components/stiebel_eltron_isg/manifest.json @@ -9,7 +9,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/pail23/stiebel_eltron_isg_component/issues", "requirements": [ - "pymodbus>=3.5.1" + "pymodbus>=3.6.0" ], "version": "0.3.0" -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 849628c..2bb5d47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorlog==6.8.2 pip>=21.0,<24.1 -pymodbus>=3.4.1 +pymodbus>=3.6.8 ruff==0.4.5 pytest-homeassistant-custom-component==0.13.109