Skip to content

Bump pymodbus from 3.11.4 to 3.13.0#21

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/pymodbus-3.13.0
Open

Bump pymodbus from 3.11.4 to 3.13.0#21
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/pymodbus-3.13.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps pymodbus from 3.11.4 to 3.13.0.

Release notes

Sourced from pymodbus's releases.

pymodbus v3.13.0

  • Correct missing types. (#2914)
  • Altherma heat pump control, with Home Assistant and updating server. (#2907)
  • SimDevice, use_bit_address allows different addressing for BITS. (#2908)
  • Remove 3.5char frame time check. (#2912)
  • Fixed Modbus*Context. (#2910)
  • Fix bug in ModbusDeviceContext. (#2909)
  • Fix log level in examples (#2902)
  • Fix CSS lookup for simulator server (#2904)
  • Fix usage docs in examples: add missing option --baudrate (#2903)
  • Doc:Finalice server/simulator narrative (#2896)
  • Fix codespell bug. (#2900)
  • Datastores uses SimData/SimDevice. (#2897)
  • Doc on how to convert to SimData/SimDevice. (#2899)
  • Fix Read Fifo Query RTU Frame Size (#2898)
  • Update server documentation (datstore). (#2895)
  • Update server examples to use SimData/SimDevice. (#2893)
  • Add server.async_get/setValues. (#2889)
  • Solve codeql caching problem. (#2890)
  • Remove unused methods in datastore. (#2888)
  • Remove datastore get/setValues (async_get/set exist) (#2886)
  • Revert "Combine ModbusSparseDataBlock with ModbusSequentialDataBlock."
  • Combine ModbusSparseDataBlock with ModbusSequentialDataBlock.
  • Remove RemoteDeviceContext datastore. (#2885)

v3.12.1

Minor bug fixes.

  • SimDevice / SimRuntime fixes. (#2871)
  • No inter_frame_time check for baudrate > 38000. (#2882)
  • Fix smaller bugs in test, part 2. (#2880)
  • simulator startup armoring and update 3.x docs (#2877)
  • Fix smaller bugs in test, part 1. (#2879)
  • Update README.rst. (#2878)
  • Coverage limit is 99.95% (to allow a little margin).
  • Removed simulator README, due to unused.
  • fix: add warning log when using internal default simulator config (#2874)
  • Document simulator entrypoint in README (#2873)

pymodbus v3.12.0

This release contains a lot of smaller (but still important) bug fixes, and 2 big new items:

  • SimData/SimDevice are not released and integrated. This is a modern way of defining data storage for the server. The old datastore classes will disappear in v4.0.0 or a bit later.
  • All internal import paths are now relative. This allows pymodbus to be added as a subproject to your repo with your a name of your choosing, and thus making your project independent of which pymodbus version other shared projects use (think e.g. HomeAssistant).

We are also please to welcome 4 new contributors, who we hope will contribute more. A big thanks to all that have helped make this release happen.

... (truncated)

Changelog

Sourced from pymodbus's changelog.

Version 3.13.0

  • Correct missing types. (#2914)
  • Altherma heat pump control, with Home Assistant and updating server. (#2907)
  • SimDevice, use_bit_address allows different addressing for BITS. (#2908)
  • Remove 3.5char frame time check. (#2912)
  • Fixed Modbus*Context. (#2910)
  • Fix bug in ModbusDeviceContext. (#2909)
  • Fix log level in examples (#2902)
  • Fix CSS lookup for simulator server (#2904)
  • Fix usage docs in examples: add missing option --baudrate (#2903)
  • Doc:Finalice server/simulator narrative (#2896)
  • Fix codespell bug. (#2900)
  • Datastores uses SimData/SimDevice. (#2897)
  • Doc on how to convert to SimData/SimDevice. (#2899)
  • Fix Read Fifo Query RTU Frame Size (#2898)
  • Update server documentation (datstore). (#2895)
  • Update server examples to use SimData/SimDevice. (#2893)
  • Add server.async_get/setValues. (#2889)
  • Solve codeql caching problem. (#2890)
  • Remove unused methods in datastore. (#2888)
  • Remove datastore get/setValues (async_get/set exist) (#2886)
  • Revert "Combine ModbusSparseDataBlock with ModbusSequentialDataBlock."
  • Combine ModbusSparseDataBlock with ModbusSequentialDataBlock.
  • Remove RemoteDeviceContext datastore. (#2885)

Version 3.12.1

  • SimDevice / SimRuntime fixes. (#2871)
  • No inter_frame_time check for baudrate > 38000. (#2882)
  • Fix smaller bugs in test, part 2. (#2880)
  • simulator startup armoring and update 3.x docs (#2877)
  • Fix smaller bugs in test, part 1. (#2879)
  • Update README.rst. (#2878)
  • Coverage limit is 99.95% (to allow a little margin).
  • Removed simulator README, due to unused.
  • fix: add warning log when using internal default simulator config (#2874)
  • Document simulator entrypoint in README (#2873)

Version 3.12.0

  • Upgrade library versions installed by pip. (#2868)
  • SimData/Device integrate in server. (#2866)
  • Add bind to ModbusUdpClient. (#2867)
  • Solve Zuban problem. (#2864)
  • Fix wrong parameter name in function docstring. Fix set_values does not accept tuple. (#2858)
  • Add context.async_get/setValues with device_id. (#2863)
  • SimData/SimDevice ready for server integration. (#2857)
  • Reactivate pytest coverage. (#2862)
  • No blank issue template.

... (truncated)

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 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.11.4 to 3.13.0.
- [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.11.4...v3.13.0)

---
updated-dependencies:
- dependency-name: pymodbus
  dependency-version: 3.13.0
  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:uv Pull requests that update python:uv code labels Apr 28, 2026
@github-actions
Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

uv.lock

PackageVersionLicenseIssue Type
pymodbus3.13.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/pymodbus 3.13.0 UnknownUnknown

Scanned Files

  • uv.lock

@maxyz maxyz mentioned this pull request May 27, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants