Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps pymodbus[serial] from 3.8.6 to 3.9.2.

Release notes

Sourced from pymodbus[serial]'s releases.

Pymodbus v3.9.2

  • Reactivate simulator validate. (#2643)
  • Don't bool-test explicit datastores (#2638)
  • Test and hard delayed response test. (#2636)
  • Update simulator doc. (#2635)
  • SimData update
  • Officially working towards 4.0.0

Pymodbus v3.9.1

  • Correct byte order in bits. (#2631)

pymodbus v3.9.0

  • Correct bit handling internally and in API. (#2627)
  • default argument ModbusSequentialDataBlock (#2622)
  • Fix exception error message for decoding response (#2618)
  • Expose exception_code to API. (#2615)
  • Simplify ruff config (#2611)
  • Documentation dont fixed. (#2605)
  • sum() can operate on an Iterator directly (#2610)
  • SimData update. (#2601)
  • StartServer custom_functions -> custom_pdu.
  • Update pyproject.toml to remove python 3.9.
  • Remove validate() from datastores. (#2595)
  • Python 3.9 is EOL, not supported actively. (#2596)
  • correct handle_local_echo for sync client. (#2593)
  • devcontainer, automatic install. (#2583)
  • Don't set_result on completed futures. (#2582)
  • Flush recv_buffer before each transaction write. (#2581)
  • Add missing trace. (#2578)
  • Update github actions. (#2579)

Remark #2627 is a very important commit, because e.g. read_coils returned the coils in a wrong order, meaning the app would misinterpret. This is a very old, which went unnoticed for years.

Changelog

Sourced from pymodbus[serial]'s changelog.

Version 3.9.2

  • Reactivate simulator validate. (#2643)
  • Don't bool-test explicit datastores (#2638)
  • Test and hard delayed response test. (#2636)
  • Update simulator doc. (#2635)
  • SimData update
  • Officially working towards 4.0.0

Version 3.9.1

  • Correct byte order in bits. (#2631)

Version 3.9.0

  • Correct bit handling internally and in API. (#2627)
  • default argument ModbusSequentialDataBlock (#2622)
  • Fix exception error message for decoding response (#2618)
  • Expose exception_code to API. (#2615)
  • Simplify ruff config (#2611)
  • Documentation dont fixed. (#2605)
  • sum() can operate on an Iterator directly (#2610)
  • SimData update. (#2601)
  • StartServer custom_functions -> custom_pdu.
  • Update pyproject.toml to remove python 3.9.
  • Remove validate() from datastores. (#2595)
  • Python 3.9 is EOL, not supported actively. (#2596)
  • correct handle_local_echo for sync client. (#2593)
  • devcontainer, automatic install. (#2583)
  • Don't set_result on completed futures. (#2582)
  • Flush recv_buffer before each transaction write. (#2581)
  • Add missing trace. (#2578)
  • Update github actions. (#2579)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pymodbus[serial]](https://github.com/pymodbus-dev/pymodbus) from 3.8.6 to 3.9.2.
- [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.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: pymodbus[serial]
  dependency-version: 3.9.2
  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 Apr 21, 2025
@kellerza kellerza merged commit 34d4c06 into main May 25, 2025
@kellerza kellerza deleted the dependabot/pip/pymodbus-serial--3.9.2 branch May 25, 2025 11:23
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.

2 participants