siku2 / hass-komfovent-c5

Home Assistant integration for Komfovent C5 air ventilation systems.
MIT License
6 stars 2 forks source link

Update pymodbus requirement from ~=3.3.1 to ~=3.4.1 #9

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on pymodbus to permit the latest version.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.4.1

version 3.4.1

  • Fix serial startup problems. (#1701)
  • pass source_address in tcp client. (#1700)
  • serial server use source_address[0]. (#1699)
  • Examples coverage nearly 100%. (#1694)
  • new async serial (#1681)
  • Docker is not supported (lack of maintainer). (#1693)
  • Forwarder write_coil --> write_coil. (#1691)
  • Change default source_address to (0.0.0.0, 502) (#1690)
  • Update ruff to 0.0.277 (#1689)
  • Fix dict comprehension (#1687)
  • Removed requests dependency from contrib/explain.py (#1688)
  • Fix broken test (#1685)
  • Fix readme badges (#1682)
  • Bump aiohttp from 3.8.3 to 3.8.5 (#1680)
  • pygments from 2.14.0 to 2.15.0 (#1677)

Thanks to: Alex James Braza jan iversen

Changelog

Sourced from pymodbus's changelog.

version 3.4.1

  • Fix serial startup problems. (#1701)
  • pass source_address in tcp client. (#1700)
  • serial server use source_address[0]. (#1699)
  • Examples coverage nearly 100%. (#1694)
  • new async serial (#1681)
  • Docker is not supported (lack of maintainer). (#1693)
  • Forwarder write_coil --> write_coil. (#1691)
  • Change default source_address to (0.0.0.0, 502) (#1690)
  • Update ruff to 0.0.277 (#1689)
  • Fix dict comprehension (#1687)
  • Removed requests dependency from contrib/explain.py (#1688)
  • Fix broken test (#1685)
  • Fix readme badges (#1682)
  • Bump aiohttp from 3.8.3 to 3.8.5 (#1680)
  • pygments from 2.14.0 to 2.15.0 (#1677)

version 3.4.0

  • Prepare v3.4.0.
  • Handle partial local echo. (#1675)
  • clarify handle_local_echo. (#1674)
  • async_client: add retries/reconnect. (#1672)
  • Fix 3.11 problem. (#1673)
  • Add new example simulator server/client. (#1671)
  • examples/contrib/explain.py leveraging Rapid SCADA (#1665)
  • _logger missed basicConfig. (#1670)
  • Bug fix for #1662 (#1663)
  • Bug fix for #1661 (#1664)
  • Fix typo in config.rst (#1660)
  • test action_increment. (#1659)
  • test codeql (#1655)
  • mypy complaints. (#1656)
  • Remove self.params from async client (#1640)
  • Drop test of pypy with python 3.8.
  • repair server_async.py (#1644)
  • move common framer to base. (#1639)
  • Restrict Return diag call to bytes. (#1638)
  • use slave= in diag requests. (#1636)
  • transport listen in server. (#1628)
  • CI test.
  • Integrate transport in server. (#1617)
  • fix getFrameStart for ExceptionResponse (#1627)
  • Add min/min to simulator actions.
  • Change to "sync client" in forwarder example (#1625)
  • Remove docker (lack of maintenance). (#1623)
  • Clean defaults (#1618)
  • Reduce CI log with no debug. (#1616)
  • prepare server to use transport. (#1607)

... (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 11 months ago

Looks like pymodbus is no longer being updated by Dependabot, so this is no longer needed.