Skip to content

Bump pymodbus from 3.10.0 to 3.11.1 #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps pymodbus from 3.10.0 to 3.11.1.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.11.1

  • Auto debug in case of an error. (#2738)
  • Remove duplicate log lines. (#2736)
  • Remove unused callback in ServerRequestHandler (#2737)
  • test on Python 3.14 (#2735)
  • Validate address in all datastores. (#2733)
  • Use asyncio.Event to deterministically ensure simulator start (#2734)
  • Ignore lockfile (#2730)
  • Link api_changes/changelog to README.
  • Add note about semver.org.
  • Datastore, add typing to set/get. (#2729)
  • Move exception codes to constants. (#2728)
  • Move ExceptionResponse to proper file. (#2727)
  • make base frame signature match subclasses (#2726)
  • Switch from venv+pip to uv (#2723)
  • Cleanup CI configuration (#2724)
  • Simplify code flow for broadcast requests (#2720)
  • Fix serial_forwarder.py from examples/contrib (#2715)
  • Remove discord. (#2714)

Pymodbus v3.11.0

v3.11.0 is actually a bug fix to v3.10.0, but since the fix causes an API change it was not possible otherwise make v3.10.1

  • Correct bit handling (each byte is LSB->MSB). (#2707)
  • read_input_registers docstring change count to regs (#2704)
  • Add dev_id/tid check in clients (#2711)
Changelog

Sourced from pymodbus's changelog.

Version 3.11.1

  • Auto debug in case of an error. (#2738)
  • Remove duplicate log lines. (#2736)
  • Remove unused callback in ServerRequestHandler (#2737)
  • test on Python 3.14 (#2735)
  • Validate address in all datastores. (#2733)
  • Use asyncio.Event to deterministically ensure simulator start (#2734)
  • Ignore lockfile (#2730)
  • Link api_changes/changelog to README.
  • Add note about semver.org.
  • Datastore, add typing to set/get. (#2729)
  • Move exception codes to constants. (#2728)
  • Move ExceptionResponse to proper file. (#2727)
  • make base frame signature match subclasses (#2726)
  • Switch from venv+pip to uv (#2723)
  • Cleanup CI configuration (#2724)
  • Simplify code flow for broadcast requests (#2720)
  • Fix serial_forwarder.py from examples/contrib (#2715)
  • Remove discord. (#2714)

Version 3.11.0

  • Correct bit handling (each byte is LSB->MSB). (#2707)
  • read_input_registers docstring change count to regs (#2704)
  • Add dev_id/tid check in clients (#2711)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](pymodbus-dev/pymodbus@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 11, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants