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.4 #155

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Updates the requirements on pymodbus to permit the latest version.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.7.4

Version v3.7.3 contains a critical bug, that makes the sync. client disconnect/connect with every request, thus adding a large delay.

  • Clean PDU init. (#2399)
  • Wrong close, when transaction do not match. (#2401)
  • Remove unmaintained (not working) example contributions. (#2400)
  • All pdu (incl. function code) tests to pdu directory. (#2397)
  • Add no_response_expected argument to requests (#2385)
  • Resubmit: Don't close/reopen tcp connection on single modbus message timeout (#2350)
  • 100% test coverage for PDU. (#2394)
  • Type DecodePDU. (#2392)
  • Update to use DecodePDU. (#2391)
  • Client/Server decoder renamed and moved to pdu. (#2390)
  • Move client/server decoder to pdu. (#2388)
  • Introducing PyModbus Guru on Gurubase.io (#2387)
  • Remove IllegalFunctionRequest. (#2384)
  • remove ModbusResponse. (#2383)
  • Add typing to pdu base classes. (#2380)
  • Updated roadmap.
  • remove databuffer from framer. (#2379)
  • Improve retries for sync client. (#2377)
  • Move process test to framer tests (#2376)
  • Framer do not check ids (#2375)
  • Remove callback from framer. (#2374)
  • Auto fill device ids for clients. (#2372)
  • Reenable multidrop tests. (#2370)
  • write_register/s accept bytes or int. (#2369)
  • roadmap corrections.
  • Added roadmap (not written in stone). (#2367)
  • Update README to show python 3.13.
  • Test on Python 3.13 (#2366)
  • Use @​abstractmethod (#2365)
  • Corrected smaller documentation bugs. (#2364)
  • README as landing page in readthedocs. (#2363)
Changelog

Sourced from pymodbus's changelog.

Version 3.7.4

  • Clean PDU init. (#2399)
  • Wrong close, when transaction do not match. (#2401)
  • Remove unmaintained (not working) example contributions. (#2400)
  • All pdu (incl. function code) tests to pdu directory. (#2397)
  • Add no_response_expected argument to requests (#2385)
  • Resubmit: Don't close/reopen tcp connection on single modbus message timeout (#2350)
  • 100% test coverage for PDU. (#2394)
  • Type DecodePDU. (#2392)
  • Update to use DecodePDU. (#2391)
  • Client/Server decoder renamed and moved to pdu. (#2390)
  • Move client/server decoder to pdu. (#2388)
  • Introducing PyModbus Guru on Gurubase.io (#2387)
  • Remove IllegalFunctionRequest. (#2384)
  • remove ModbusResponse. (#2383)
  • Add typing to pdu base classes. (#2380)
  • Updated roadmap.
  • remove databuffer from framer. (#2379)
  • Improve retries for sync client. (#2377)
  • Move process test to framer tests (#2376)
  • Framer do not check ids (#2375)
  • Remove callback from framer. (#2374)
  • Auto fill device ids for clients. (#2372)
  • Reenable multidrop tests. (#2370)
  • write_register/s accept bytes or int. (#2369)
  • roadmap corrections.
  • Added roadmap (not written in stone). (#2367)
  • Update README to show python 3.13.
  • Test on Python 3.13 (#2366)
  • Use @​abstractmethod (#2365)
  • Corrected smaller documentation bugs. (#2364)
  • README as landing page in readthedocs. (#2363)

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)

... (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)