kodebach / hacs-idm-heatpump

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

Bump pymodbus from 3.6.8 to 3.7.2 #131

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps pymodbus from 3.6.8 to 3.7.2.

Release notes

Sourced from pymodbus's releases.

pymodbus v3.7.2

v3.7.1 had wrong documentation.

  • Correct README
  • Rename branch wait3.8.0 to wait_next_API

pymodbus v3.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)
  • Ruff complains, due to upgrade. (#2296)
  • Properly process 'slaves' argument (#2292)
  • Update repl requirement to >= 2.0.4 (#2291)
  • Fix aiohttp < 3.9.0 (#2289)
  • Simplify framer test setup (#2290)
  • Clean up ModbusControlBlock (#2288)
  • example docstrings diag_message -> pdu.diag_message (#2286)
  • Explain version schema (#2284)
  • Add more testing for WriteRegisters. (#2280)
  • Proof for issue 2273. (#2277)
  • Update simulator tests. (#2276)

pymodbus 3.7.0

Version 3.7.0

  • Remove unneeded client parameters. (#2272)
  • simulator: Fix context single parameter (#2264)
  • buildPacket can be used for Request and Response (#2262)
  • More descriptive decoder exceptions (#2260)
  • Cleanup ReadWriteMultipleRegistersResponse and testing (#2261)
  • Feature/simulator addressing (#2258)
  • Framer optimization (apart from RTU). (#2146)
  • Use mock.patch.object to avoid protected access errors. (#2251)
  • Fix some mypy type checking errors in test_transaction.py (#2250)
  • Update check for windows platform (#2247)
  • Logging 100% coverage. (#2248)
  • CI, Block draft PRs to use CPU minutes. (#2245, #2246)
  • Remove kwargs client. (#2243, #2244, #2257)
  • remove kwargs PDU messagees. (#2240)
  • Remove message_generator example (not part of API). (#2239)
  • Update dev dependencies (#2241)
  • Fix ruff check in CI (#2242)
  • Remove kwargs. (#2236, #2237)
  • Simulator config, kwargs -> parameters. (#2235)
  • Refactor transaction handling to better separate async and sync code. (#2232)
  • Simplify some BinaryPayload pack operations (#2224)
  • Fix writing to serial (rs485) on windows os. (#2191)
  • Remember to remove serial writer. (#2209)
  • Transaction_id for serial == 0. (#2208)

... (truncated)

Changelog

Sourced from pymodbus's changelog.

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)
  • Ruff complains, due to upgrade. (#2296)
  • Properly process 'slaves' argument (#2292)
  • Update repl requirement to >= 2.0.4 (#2291)
  • Fix aiohttp < 3.9.0 (#2289)
  • Simplify framer test setup (#2290)
  • Clean up ModbusControlBlock (#2288)
  • example docstrings diag_message -> pdu.diag_message (#2286)
  • Explain version schema (#2284)
  • Add more testing for WriteRegisters. (#2280)
  • Proof for issue 2273. (#2277)
  • Update simulator tests. (#2276)

Version 3.7.0

  • Remove unneeded client parameters. (#2272)
  • simulator: Fix context single parameter (#2264)
  • buildPacket can be used for Request and Response (#2262)
  • More descriptive decoder exceptions (#2260)
  • Cleanup ReadWriteMultipleRegistersResponse and testing (#2261)
  • Feature/simulator addressing (#2258)
  • Framer optimization (apart from RTU). (#2146)
  • Use mock.patch.object to avoid protected access errors. (#2251)
  • Fix some mypy type checking errors in test_transaction.py (#2250)
  • Update check for windows platform (#2247)
  • Logging 100% coverage. (#2248)
  • CI, Block draft PRs to use CPU minutes. (#2245, #2246)
  • Remove kwargs client. (#2243, #2244, #2257)
  • remove kwargs PDU messagees. (#2240)
  • Remove message_generator example (not part of API). (#2239)
  • Update dev dependencies (#2241)
  • Fix ruff check in CI (#2242)
  • Remove kwargs. (#2236, #2237)
  • Simulator config, kwargs -> parameters. (#2235)
  • Refactor transaction handling to better separate async and sync code. (#2232)
  • Simplify some BinaryPayload pack operations (#2224)
  • Fix writing to serial (rs485) on windows os. (#2191)
  • Remember to remove serial writer. (#2209)

... (truncated)

Commits


Dependabot compatibility score

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)