Skip to content
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

Update pymodbus requirement from ~=3.6.9 to ~=3.8.2 #174

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Updates the requirements on pymodbus to permit the latest version.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.8.2

  • Asyncio future removed from sync client. (#2514)
Changelog

Sourced from pymodbus's changelog.

Version 3.8.2

  • Asyncio future removed from sync client. (#2514)

Version 3.8.1

  • Convert endianness (#2506)
  • Fix sync serial client, loop. (#2510)
  • Correct future. (#2507)
  • Correct #2501 (#2504)
  • Raise exception on no response in async client. (#2502)
  • re-instatiate Future on reconnect (#2501)
  • Remove all trailing zeroes during string decoding (#2493)
  • Fix too many sync client log messages. (#2491)

Version 3.8.0

  • slave_id -> dev_id (internally). (#2486)
  • Pin python 3.13.0 and update ruff. (#2487)
  • Add documentation link to README. (#2483)
  • Add datatype bits to convert_to/from_registers. (#2480)
  • Add trace API to server. (#2479)
  • Add trace API for client. (#2478)
  • Integrate TransactionManager in server. (#2475)
  • Rename test/sub_. (#2473)
  • Check server closes file descriptors. (#2472)
  • Update http_server.py (#2471)
  • Restrict write_registers etc to list[int]. (#2469)
  • Write_registers/pdu typing again. (#2468)
  • Remove ModbusExceptions enum. (#2467)
  • Add special ssl socket handling of "no data". (#2466)
  • Add tip that values= will be modified to list[int]. (#2465)
  • client 100% test coverage (#2396)
  • Extend TransactionManager to handle sync. (#2457)
  • Add convert_from to simple examples. (#2458)
  • New async transaction manager. (#2453)
  • Deprecate BinaryPayloadDecoder / BinaryPayloadBuilder. (#2456)
  • Correct close for server transport. (#2455)
  • RTU frame problem, when received split. (#2452)
  • pdu, 100% coverage. (#2450)
  • Refactor PDU, add strong typing to base classes. (#2438)
  • Enforce keyword only parameters. (#2448)
  • Fix read_device_information with sync client. (#2441)
  • Simplify syncTransactionManager. (#2443)
  • Import examples direct. (#2442)
  • rename ModbusExceptions enums to legal constants. (#2436)
  • Add typing to examples. (#2435)
  • Refactor PDU diag. (#2421)
  • Fix client lock, Parallel API calls are not permitted. (#2434)
  • Ensure accept_no_response_limit > retries. (#2433)

... (truncated)

Commits

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)

Updates the requirements on [pymodbus](https://github.com/pymodbus-dev/pymodbus) to permit the latest version.
- [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.6.9...v3.8.2)

---
updated-dependencies:
- dependency-name: pymodbus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #180.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/pymodbus-approx-eq-3.8.2 branch January 6, 2025 04:57
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