Skip to content

Bump pymodbus[serial] from 3.11.4 to 3.14.0 - #656

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pymodbus-serial--3.14.0
Open

Bump pymodbus[serial] from 3.11.4 to 3.14.0#656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pymodbus-serial--3.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps pymodbus[serial] from 3.11.4 to 3.14.0.

Release notes

Sourced from pymodbus[serial]'s releases.

Pymodbus v3.14.0

Bug fixes and 3rd party libs (used only for development) are upgraded.

The function generate_ssl() is moved to examples.

  • Remove self signed certificate from production. (#2954)
  • Correct inequality in validation error message (#2953)
  • Fix non-deterministic convert_from_registers (#2951)
  • Fix swapped SimDevice in ModbusDeviceContext (#2952)
  • Update CI actions and pyproject. (#2938)
  • Add ruff format check to ci.yml (#2947)
  • Remove 'useless-suppression' pylint (#2949)
  • Format test_client.py with ruff (#2948)
  • Update clean_workflows CI (node@20 problem). (#2946)
  • Ruff format (due to ruff upgrade). (#2945)
  • Fix ModbusServerContext initialization with dict devices parameter (#2944)
  • Support configured ASCII input delimiter (#2942)
  • Fix default no-response behavior for force listen only (#2941)
  • Use correct format character for DataType.REGISTERS 'h' -> 'H' (#2940)

pymodbus v3.13.1

Small summer maintenance release:

  • Update CI Workflows.
  • Fix dropping the next frame after a skipped one (#2934)
  • Correct Log repeat. (#2931)
  • Fix address bounds check in get_reg_block (#2926)
  • Fix reg_count calc (#2924)
  • guard short frames and validate mbap in TLS framer (#2921)
  • Use latest uv in CI. (#2922)
  • Change MIN_SIZE in ascii frame. (#2920)
  • Harden ASCII framer. (#2918)

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)

... (truncated)

Changelog

Sourced from pymodbus[serial]'s changelog.

Version 3.14.0

  • Remove self signed certificate from production. (#2954)
  • Correct inequality in validation error message (#2953)
  • Fix non-deterministic convert_from_registers (#2951)
  • Fix swapped SimDevice in ModbusDeviceContext (#2952)
  • Update CI actions and pyproject. (#2938)
  • Add ruff format check to ci.yml (#2947)
  • Remove 'useless-suppression' pylint (#2949)
  • Format test_client.py with ruff (#2948)
  • Update clean_workflows CI (node@20 problem). (#2946)
  • Ruff format (due to ruff upgrade). (#2945)
  • Fix ModbusServerContext initialization with dict devices parameter (#2944)
  • Support configured ASCII input delimiter (#2942)
  • Fix default no-response behavior for force listen only (#2941)
  • Use correct format character for DataType.REGISTERS 'h' -> 'H' (#2940)

Version 3.13.1

  • Update CI Workflows.
  • Fix dropping the next frame after a skipped one (#2934)
  • Correct Log repeat. (#2931)
  • Fix address bounds check in get_reg_block (#2926)
  • Fix reg_count calc (#2924)
  • guard short frames and validate mbap in TLS framer (#2921)
  • Use latest uv in CI. (#2922)
  • Change MIN_SIZE in ascii frame. (#2920)
  • Harden ASCII framer. (#2918)

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)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pymodbus[serial] [>= 3.12.dev0, < 3.13]

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[serial]](https://github.com/pymodbus-dev/pymodbus) from 3.11.4 to 3.14.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.14.0)

---
updated-dependencies:
- dependency-name: pymodbus[serial]
  dependency-version: 3.14.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 Jul 14, 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