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.7.2 #131

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

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 <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.7.2.
- [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.7.2)

---
updated-dependencies:
- dependency-name: pymodbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 2, 2024
@kodebach kodebach merged commit d611174 into master Sep 2, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pymodbus-3.7.2 branch September 2, 2024 17:15
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.

1 participant