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 dependency pymodbus to >=3.0.2,<3.9.0 #49

Merged
merged 5 commits into from
Jan 22, 2025

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pymodbus >=3.0.2,<3.8.0 -> >=3.0.2,<3.9.0 age adoption passing confidence

Release Notes

pymodbus-dev/pymodbus (pymodbus)

v3.8.0

Compare Source

  • 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)
  • Check client and frametype. (#​2426)
  • Add MDAP to TLS frame. (#​2425)
  • Clean/Finalize testing for bit functions. (#​2420)
  • Simplify pdu bit, remove skip_encode. (#​2417)
  • remove zero_mode parameter. (#​2354)
  • Prepare refactor messages. (#​2416)
  • Fixed handle local echo in serialserver (#​2415)
  • Correct minor framer/pdu errors. (#​2407)
  • Rtu decode frames without byte count. (#​2412)
  • Improve type of parameter values of write_registers (#​2411)
  • PDU lookupClass work with sub function code. (#​2410)
  • Correct wait_next_api link in README. (#​2406)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Jan 20, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@alexrudd2 alexrudd2 force-pushed the renovate/pymodbus-3.x branch from 66b4073 to 5a9db7f Compare January 22, 2025 00:38
@alexrudd2 alexrudd2 merged commit 7c919a3 into master Jan 22, 2025
46 checks passed
@alexrudd2 alexrudd2 deleted the renovate/pymodbus-3.x branch January 22, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant