From 0c71cf5972affc8a14c99d3da8da9d57cdf91d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:18:58 +0000 Subject: [PATCH] Bump pymodbus from 3.10.0 to 3.11.1 Bumps [pymodbus](https://github.com/pymodbus-dev/pymodbus) from 3.10.0 to 3.11.1. - [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.10.0...v3.11.1) --- updated-dependencies: - dependency-name: pymodbus dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46ed3be..6ad66fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "platformdirs==4.3.8", "pydantic==2.11.7", "pyjwt==2.10.1", - "pymodbus==3.10.0", + "pymodbus==3.11.1", "tzlocal==5.3.1", ]