Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pymodbus from 3.6.8 to 3.6.9 #40

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2024

Bumps pymodbus from 3.6.8 to 3.6.9.

Release notes

Sourced from pymodbus's releases.

pymodbus v3.6.9

  • Remove python 3.8 from CI
  • Log comm retries. (#2220)
  • Solve serial unrequested frame. (#2219)
  • test convert registers with 1234.... (#2217)
  • Fix writing to serial (rs485) on windows os. (#2191)
  • Remember to remove serial writer. (#2209)
  • Update client.rst (#2199)
  • Fix usage file names (#2194)
  • Show error if example is run without support files. (#2189)
  • Solve pylint error.
  • Describe zero_mode in ModbusSlaveContext.init (#2187)
  • Datastore will not return ExceptionResponse. (#2175)
  • call async datastore from modbus server (#2144)
  • Transaction id overrun.
  • Add minimal devcontainer. (#2172)
  • Sphinx: do not turn warnings into errors.
  • Fix usage of AsyncModbusTcpClient in client docs page (#2169)
  • Bump actions CI. (#2166)
  • Request/Response: change execute to be async method (#2142)
  • datastore: add async_setValues/getValues methods (#2165)
  • fixed kwargs not being expanded for actions on bit registers, adjusted tests to catch this issue (#2161)
  • Clean datastore setValues. (#2145)
  • modbus_server: call execute in a way that those can be either coroutines or normal methods (#2139)
  • Streamline message class. (#2133)
  • Fix decode for wrong mdap len.
  • SOCKET/TLS framer using message decode(). (#2129)
  • ASCII framer using message decode() (#2128)
  • Add generate_ssl() to TLS client as helper. (#2120)
  • add _legacy_decoder to message rtu (#2119)
Changelog

Sourced from pymodbus's changelog.

Version 3.6.9

  • Remove python 3.8 from CI
  • Log comm retries. (#2220)
  • Solve serial unrequested frame. (#2219)
  • test convert registers with 1234.... (#2217)
  • Fix writing to serial (rs485) on windows os. (#2191)
  • Remember to remove serial writer. (#2209)
  • Update client.rst (#2199)
  • Fix usage file names (#2194)
  • Show error if example is run without support files. (#2189)
  • Solve pylint error.
  • Describe zero_mode in ModbusSlaveContext.init (#2187)
  • Datastore will not return ExceptionResponse. (#2175)
  • call async datastore from modbus server (#2144)
  • Transaction id overrun.
  • Add minimal devcontainer. (#2172)
  • Sphinx: do not turn warnings into errors.
  • Fix usage of AsyncModbusTcpClient in client docs page (#2169)
  • Bump actions CI. (#2166)
  • Request/Response: change execute to be async method (#2142)
  • datastore: add async_setValues/getValues methods (#2165)
  • fixed kwargs not being expanded for actions on bit registers, adjusted tests to catch this issue (#2161)
  • Clean datastore setValues. (#2145)
  • modbus_server: call execute in a way that those can be either coroutines or normal methods (#2139)
  • Streamline message class. (#2133)
  • Fix decode for wrong mdap len.
  • SOCKET/TLS framer using message decode(). (#2129)
  • ASCII framer using message decode() (#2128)
  • Add generate_ssl() to TLS client as helper. (#2120)
  • add _legacy_decoder to message rtu (#2119)
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 <dependency name> 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)

Bumps [pymodbus](https://github.com/pymodbus-dev/pymodbus) from 3.6.8 to 3.6.9.
- [Release notes](https://github.com/pymodbus-dev/pymodbus/releases)
- [Changelog](https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst)
- [Commits](pymodbus-dev/pymodbus@v3.6.8...v3.6.9)

---
updated-dependencies:
- dependency-name: pymodbus
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #42.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymodbus-3.6.9 branch August 1, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants