Skip to content

deps(energy-exporter): bump pymodbus from 3.13.1 to 3.15.0 in /services/energy-exporter - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/energy-exporter/pymodbus-3.15.0
Open

deps(energy-exporter): bump pymodbus from 3.13.1 to 3.15.0 in /services/energy-exporter#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/energy-exporter/pymodbus-3.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps pymodbus from 3.13.1 to 3.15.0.

Release notes

Sourced from pymodbus's releases.

Pymodbus v3.15.0

This is really a bug fix release with quite a number of important fixes, thanks to our committers. It is marked as a x.y release for 2 reasons:

  • removed cert parameters (apara from sslctx) from ModbusTLSserver/client.
  • upgraded development libraries (only relevant for developing pymodbus)

We welcome 3 new committers.

Fixes:

  • Control count in bit/register PDUs. (#2997)
  • FrameSize bug in Fifo queue ressponse. (#2996)
  • NullModem only support async clientes (#2995)
  • Propagate known request identity on ModbusIOException (#2993)
  • Fix unknown function-code exception identity (#2992)
  • Fix max recv length to 1.024bytes. (#2991)
  • Update doc of SimDevice.action (#2989)
  • SimAction is a coroutine (#2988)
  • Fix missing comma in devcontainer.json (#2987)
  • allow uv automatic dev install (#2982)
  • Add uv cache. (#2986)
  • Accept any Sequence[int] in convert_from_registers (#2985)
  • Add --all-groups flag to uv sync in ci.yml (#2984)
  • Correct SimAction doc. (#2983)
  • Fix validate byte count in file_message.py (#2980)
  • Ruff complains over None. (#2979)
  • Catch struct.error.
  • Fix: validate register write byte counts (#2977)
  • Fix write multiple coils byte count validation (#2974)
  • Reject unknown specific device identification objects (#2976)
  • Fix routing of unsupported MEI types (#2975)
  • Fix sync disconnect counter reset after successful response. (#2973)
  • set timeout on sync recv, avoid endless loop (#2971)
  • Do not allow old server context. (#2970)
  • Remove AI training with codeql. (#2969)
  • Remove uv cache. (#2968)
  • Remove unnecessary casting of self.simdata (#2965)
  • Cleanup ModbusSerialServer.__init__ kwargs (#2962)
  • Disable pylint too-many-arguments (#2964)
  • Correct generate_ssl (demand certfile). (#2963)
  • Correct stopbit parameter doc (only 1 or 2 are supported).
  • Apply docstring fix in sync serial client from #1850 (#2958)
  • Fix pack_bitstring input mutation (#2959)

Pymodbus v3.14.0

Bug fixes and 3rd party libs (used only for development) are upgraded.

The function generate_ssl() is moved to examples.

  • Remove self signed certificate from production. (#2954)
  • Correct inequality in validation error message (#2953)

... (truncated)

Changelog

Sourced from pymodbus's changelog.

Version 3.15.0

  • Control count in bit/register PDUs. (#2997)
  • FrameSize bug in Fifo queue ressponse. (#2996)
  • NullModem only support async clientes (#2995)
  • Propagate known request identity on ModbusIOException (#2993)
  • Fix unknown function-code exception identity (#2992)
  • Fix max recv length to 1.024bytes. (#2991)
  • Update doc of SimDevice.action (#2989)
  • SimAction is a coroutine (#2988)
  • Fix missing comma in devcontainer.json (#2987)
  • allow uv automatic dev install (#2982)
  • Add uv cache. (#2986)
  • Accept any Sequence[int] in convert_from_registers (#2985)
  • Add --all-groups flag to uv sync in ci.yml (#2984)
  • Correct SimAction doc. (#2983)
  • Fix validate byte count in file_message.py (#2980)
  • Ruff complains over None. (#2979)
  • Catch struct.error.
  • Fix: validate register write byte counts (#2977)
  • Fix write multiple coils byte count validation (#2974)
  • Reject unknown specific device identification objects (#2976)
  • Fix routing of unsupported MEI types (#2975)
  • Fix sync disconnect counter reset after successful response. (#2973)
  • set timeout on sync recv, avoid endless loop (#2971)
  • Do not allow old server context. (#2970)
  • Remove AI training with codeql. (#2969)
  • Remove uv cache. (#2968)
  • Remove unnecessary casting of self.simdata (#2965)
  • Cleanup ModbusSerialServer.__init__ kwargs (#2962)
  • Disable pylint too-many-arguments (#2964)
  • Correct generate_ssl (demand certfile). (#2963)
  • Correct stopbit parameter doc (only 1 or 2 are supported).
  • Apply docstring fix in sync serial client from #1850 (#2958)
  • Fix pack_bitstring input mutation (#2959)

Version 3.14.0

  • Remove self signed certificate from production. (#2954)
  • Correct inequality in validation error message (#2953)
  • Fix non-deterministic convert_from_registers (#2951)
  • Fix swapped SimDevice in ModbusDeviceContext (#2952)
  • Update CI actions and pyproject. (#2938)
  • Add ruff format check to ci.yml (#2947)
  • Remove 'useless-suppression' pylint (#2949)
  • Format test_client.py with ruff (#2948)
  • Update clean_workflows CI (node@20 problem). (#2946)
  • Ruff format (due to ruff upgrade). (#2945)
  • Fix ModbusServerContext initialization with dict devices parameter (#2944)
  • Support configured ASCII input delimiter (#2942)

... (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 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.13.1 to 3.15.0.
- [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.13.1...v3.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 17, 2026
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