kodebach / hacs-idm-heatpump

HACS integration for IDM heat pumps
MIT License
26 stars 2 forks source link

Update pymodbus requirement from ~=3.6.9 to ~=3.7.3 #150

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Updates the requirements on pymodbus to permit the latest version.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.7.3

Bug fix release and framers updated.

Details:

  • Readme file renamed (#2357)
  • Remove old framers (#2358)
  • frameProcessIncomingPacket removed (#2355)
  • Cleanup framers (reduce old_framers) (#2342)
  • Run CI on PR targeted at wait_next_api.
  • Sync client, allow unknown recv msg size. (#2353)
  • integrate old rtu framer in new framer (#2344)
  • Update README.rst (#2351)
  • Client.close should not allow reconnect= (#2347)
  • Remove async client.idle_time(). (#2349)
  • Client doc, add common methods (base). (#2348)
  • Reset receive buffer with send(). (#2343)
  • Remove unused protocol_id from pdu (#2340)
  • CI run on demand on non-protected branches. (#2339)
  • Server listener and client connections have is_server set. (#2338)
  • Reopen listener in server if disconnected. (#2337)
  • Regroup test. (#2335)
  • Improve docs around sync clients and reconnection (#2321)
  • transport 100% test coverage (again) (#2333)
  • Update actions to new node.js. (#2332)
  • Bump 3rd party (#2331)
  • Documentation on_connect_callback (#2324)
  • Fixes the unexpected implementation of the ModbusSerialClient.connected property (#2327)
  • Forward error responses instead of timing out. (#2329)
  • Add stacklevel=2 to logging functions (#2330)
  • Fix encoding & decoding of ReadFileRecordResponse (#2319)
  • Improvements for example/contib/solar (#2318)
  • Update solar.py (#2316)
  • Remove double conversion in int (#2315)
  • Complete pull request #2310 (#2312)
  • fixed type hints for write_register and write_registers (#2309)
  • Remove _header from framers. (#2305)
Changelog

Sourced from pymodbus's changelog.

Version 3.7.3

  • 100% test coverage of framers (#2359)
  • Framer, final touches. (#2360)
  • Readme file renamed (#2357)
  • Remove old framers (#2358)
  • frameProcessIncomingPacket removed (#2355)
  • Cleanup framers (reduce old_framers) (#2342)
  • Run CI on PR targeted at wait_next_api.
  • Sync client, allow unknown recv msg size. (#2353)
  • integrate old rtu framer in new framer (#2344)
  • Update README.rst (#2351)
  • Client.close should not allow reconnect= (#2347)
  • Remove async client.idle_time(). (#2349)
  • Client doc, add common methods (base). (#2348)
  • Reset receive buffer with send(). (#2343)
  • Remove unused protocol_id from pdu (#2340)
  • CI run on demand on non-protected branches. (#2339)
  • Server listener and client connections have is_server set. (#2338)
  • Reopen listener in server if disconnected. (#2337)
  • Regroup test. (#2335)
  • Improve docs around sync clients and reconnection (#2321)
  • transport 100% test coverage (again) (#2333)
  • Update actions to new node.js. (#2332)
  • Bump 3rd party (#2331)
  • Documentation on_connect_callback (#2324)
  • Fixes the unexpected implementation of the ModbusSerialClient.connected property (#2327)
  • Forward error responses instead of timing out. (#2329)
  • Add stacklevel=2 to logging functions (#2330)
  • Fix encoding & decoding of ReadFileRecordResponse (#2319)
  • Improvements for example/contib/solar (#2318)
  • Update solar.py (#2316)
  • Remove double conversion in int (#2315)
  • Complete pull request #2310 (#2312)
  • fixed type hints for write_register and write_registers (#2309)
  • Remove _header from framers. (#2305)

Version 3.7.2

  • Correct README
  • Rename branch wait3.8.0 to wait_next_API

Version 3.7.1

  • Better error message, when pyserial is missing.
  • Slave=0 will return first response, used to identify device address. (#2298)
  • Feature/add simulator api skeleton (#2274)
  • Correct max. read size for registers. (#2295)

... (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 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)
dependabot[bot] commented 3 weeks ago

Superseded by #155.