From 83536f10f463262a2f3bbd3a7f3498a0b12bd99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:57:54 +0000 Subject: [PATCH] Bump pymodbus from 2.5.3 to 3.2.0 Bumps [pymodbus](https://github.com/pymodbus-dev/pymodbus) from 2.5.3 to 3.2.0. - [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/v2.5.3...v3.2.0) --- updated-dependencies: - dependency-name: pymodbus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac824c0..ad451dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ paho-mqtt>=1.5.1 -pymodbus==2.5.3 +pymodbus==3.2.0 dweepy>=0.3.0 prometheus-client>=0.9 influxdb>=5.3.1