From 5a9575965dc8db189bc997d467376f5ead696426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:57:00 +0000 Subject: [PATCH] Update pymodbus requirement from ~=3.6.9 to ~=3.8.3 Updates the requirements on [pymodbus](https://github.com/pymodbus-dev/pymodbus) to permit the latest version. - [Release notes](https://github.com/pymodbus-dev/pymodbus/releases) - [Changelog](https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/pymodbus-dev/pymodbus/compare/v3.6.9...v3.8.3) --- updated-dependencies: - dependency-name: pymodbus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom_components/idm_heatpump/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/idm_heatpump/requirements.txt b/custom_components/idm_heatpump/requirements.txt index 06f3268..52d560d 100644 --- a/custom_components/idm_heatpump/requirements.txt +++ b/custom_components/idm_heatpump/requirements.txt @@ -1 +1 @@ -pymodbus~=3.6.9 +pymodbus~=3.8.3