superbox-dev / unipi-control

Control Unipi I/O directly with MQTT commands.
Apache License 2.0
7 stars 3 forks source link

Bump pymodbus[serial] from 3.5.4 to 3.6.4 #138

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 7 months ago

Bumps pymodbus[serial] from 3.5.4 to 3.6.4.

Release notes

Sourced from pymodbus[serial]'s releases.

pymodbus v3.6.3

  • solve Socket_framer problem with Exception response (#1925)
  • Allow socket frames to be split in multiple packets (#1923)
  • Reset frame for serial connections.
  • Source address None not 0.0.0.0 for IPv6
  • Missing Copyright in License file
  • Correct wrong url to modbus protocol spec.
  • Fix serial port in TestComm.

Pymodbus v3.6.2

v.3.6.0 with pypi upload solved, and documentation set at correct version

Pymodbus v3.6.1

  • Solve pypi upload error.

Pymodbus v3.6.0

Version 3.6.0

  • doc: Fix a code mismatch in client.rst
  • Update README.
  • truncated duration to milliseconds
  • Update examples for current dev.
  • Ignore all remaining implicit optional (#1888)
  • docstring
  • Remove unnecessary abort() call
  • Enable RUF013 (implicit optional) (#1882)
  • Support aiohttp 3.9.0b1 (#1886)
  • Actually perform aiohttp runner teardown
  • Pin to working aiohttp (#1884)
  • Docstring typo cleanup (#1879)
  • Clean client API imports. (#1819)
  • Update issue template.
  • Eliminiate implicit optional in reconnect_delay* (#1874)
  • Split client base in sync/async version (#1878)
  • Rework host/port and listener setup (#1866)
  • use baudrate directly (#1872)
  • Eliminate more implicit optional (#1871)
  • Fix serial server args order (#1870)
  • Relax test task/thread checker. (#1867)
  • Make doc link references version dependent. (#1864)
  • Remove pre-commit (#1860)
  • Ruff reduce ignores. (#1862)
  • Bump ruff to 0.1.3 and remove ruff.toml (#1861)
  • More elegant noop. (#1859)
  • Cache (#1829)
  • Eliminate more implicit optional (#1858)
  • Ignore files downloaded by pytest (#1857)
  • Avoid malicious user path input (#1855)
  • Add more return types to transport (#1852)
  • Do not attempt to close an already-closed serial connection (#1853)

... (truncated)

Changelog

Sourced from pymodbus[serial]'s changelog.

Version 3.6.4

  • Update datastore_simulator example with client (#1967)
  • Test and correct receiving more than one packet (#1965)
  • Remove unused FifoTransactionManager. (#1966)
  • Always set exclusive serial port access. (#1964)
  • Add server/client network stub, to allow test of network packets. (#1963)
  • Combine conftest to a central file (#1962)
  • Call on_reconnect_callback. (#1959)
  • Readd ModbusBaseClient to external API.
  • Update README.rst
  • minor fix for typo and consistency (#1946)
  • More coverage. (#1947)
  • Client coverage 100%. (#1943)
  • Run coverage in CI with % check of coverage. (#1945)
  • transport 100% coverage. (#1941)
  • contrib example: TCP drainage simulator with two devices (#1936)
  • Remove "pragma no cover". (#1935)
  • transport_serial -> serialtransport. (#1933)
  • Fix behavior after Exception response (#1931)
  • Correct expected length for udp sync client. (#1930)

Version 3.6.3

  • solve Socket_framer problem with Exception response (#1925)
  • Allow socket frames to be split in multiple packets (#1923)
  • Reset frame for serial connections.
  • Source address None not 0.0.0.0 for IPv6
  • Missing Copyright in License file
  • Correct wrong url to modbus protocol spec.
  • Fix serial port in TestComm.

Version 3.6.2

  • Set documentation to v3.6.2.

Version 3.6.1

  • Solve pypi upload error.

Version 3.6.0

  • doc: Fix a code mismatch in client.rst
  • Update README.
  • truncated duration to milliseconds
  • Update examples for current dev.
  • Ignore all remaining implicit optional (#1888)
  • docstring
  • Remove unnecessary abort() call
  • Enable RUF013 (implicit optional) (#1882)

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.