Skip to content

Bump the python-packages group across 1 directory with 2 updates#968

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-c34efe1d93
Closed

Bump the python-packages group across 1 directory with 2 updates#968
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-c34efe1d93

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on pymodbus and awesomeversion to permit the latest version.
Updates pymodbus to 3.13.0

Release notes

Sourced from pymodbus's releases.

pymodbus v3.13.0

  • Correct missing types. (#2914)
  • Altherma heat pump control, with Home Assistant and updating server. (#2907)
  • SimDevice, use_bit_address allows different addressing for BITS. (#2908)
  • Remove 3.5char frame time check. (#2912)
  • Fixed Modbus*Context. (#2910)
  • Fix bug in ModbusDeviceContext. (#2909)
  • Fix log level in examples (#2902)
  • Fix CSS lookup for simulator server (#2904)
  • Fix usage docs in examples: add missing option --baudrate (#2903)
  • Doc:Finalice server/simulator narrative (#2896)
  • Fix codespell bug. (#2900)
  • Datastores uses SimData/SimDevice. (#2897)
  • Doc on how to convert to SimData/SimDevice. (#2899)
  • Fix Read Fifo Query RTU Frame Size (#2898)
  • Update server documentation (datstore). (#2895)
  • Update server examples to use SimData/SimDevice. (#2893)
  • Add server.async_get/setValues. (#2889)
  • Solve codeql caching problem. (#2890)
  • Remove unused methods in datastore. (#2888)
  • Remove datastore get/setValues (async_get/set exist) (#2886)
  • Revert "Combine ModbusSparseDataBlock with ModbusSequentialDataBlock."
  • Combine ModbusSparseDataBlock with ModbusSequentialDataBlock.
  • Remove RemoteDeviceContext datastore. (#2885)
Changelog

Sourced from pymodbus's changelog.

Version 3.13.0

  • Correct missing types. (#2914)
  • Altherma heat pump control, with Home Assistant and updating server. (#2907)
  • SimDevice, use_bit_address allows different addressing for BITS. (#2908)
  • Remove 3.5char frame time check. (#2912)
  • Fixed Modbus*Context. (#2910)
  • Fix bug in ModbusDeviceContext. (#2909)
  • Fix log level in examples (#2902)
  • Fix CSS lookup for simulator server (#2904)
  • Fix usage docs in examples: add missing option --baudrate (#2903)
  • Doc:Finalice server/simulator narrative (#2896)
  • Fix codespell bug. (#2900)
  • Datastores uses SimData/SimDevice. (#2897)
  • Doc on how to convert to SimData/SimDevice. (#2899)
  • Fix Read Fifo Query RTU Frame Size (#2898)
  • Update server documentation (datstore). (#2895)
  • Update server examples to use SimData/SimDevice. (#2893)
  • Add server.async_get/setValues. (#2889)
  • Solve codeql caching problem. (#2890)
  • Remove unused methods in datastore. (#2888)
  • Remove datastore get/setValues (async_get/set exist) (#2886)
  • Revert "Combine ModbusSparseDataBlock with ModbusSequentialDataBlock."
  • Combine ModbusSparseDataBlock with ModbusSequentialDataBlock.
  • Remove RemoteDeviceContext datastore. (#2885)

Version 3.12.1

  • SimDevice / SimRuntime fixes. (#2871)
  • No inter_frame_time check for baudrate > 38000. (#2882)
  • Fix smaller bugs in test, part 2. (#2880)
  • simulator startup armoring and update 3.x docs (#2877)
  • Fix smaller bugs in test, part 1. (#2879)
  • Update README.rst. (#2878)
  • Coverage limit is 99.95% (to allow a little margin).
  • Removed simulator README, due to unused.
  • fix: add warning log when using internal default simulator config (#2874)
  • Document simulator entrypoint in README (#2873)

Version 3.12.0

  • Upgrade library versions installed by pip. (#2868)
  • SimData/Device integrate in server. (#2866)
  • Add bind to ModbusUdpClient. (#2867)
  • Solve Zuban problem. (#2864)
  • Fix wrong parameter name in function docstring. Fix set_values does not accept tuple. (#2858)
  • Add context.async_get/setValues with device_id. (#2863)
  • SimData/SimDevice ready for server integration. (#2857)
  • Reactivate pytest coverage. (#2862)
  • No blank issue template.

... (truncated)

Commits

Updates awesomeversion to 25.8.0

Release notes

Sourced from awesomeversion's releases.

25.8.0

What's Changed

New Contributors

Full Changelog: ludeeus/awesomeversion@25.5.0...25.8.0

Commits
  • 88a09dd Simplify the demo (#442)
  • a30855f Update dependency font-awesome to v7 (#440)
  • 2426396 Update astral-sh/setup-uv action to v6.4.3 (#441)
  • 3eb927a Update CodSpeedHQ/action action to v3.8.0 (#439)
  • d83349b Update astral-sh/setup-uv action to v6.4.1 (#438)
  • 0be8e24 Update astral-sh/setup-uv action to v6.4.0 (#437)
  • c2c1eeb Update CodSpeedHQ/action action to v3.7.0 (#436)
  • 469d70e Update CodSpeedHQ/action action to v3.6.1 (#435)
  • 52a00a0 Add benchmarks for version sorting, edge cases, operations, and strategy dete...
  • 9986274 Update dependency font-awesome to v6.7.2 (#434)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
@dependabot dependabot Bot changed the title Bump the python-packages group with 2 updates Bump the python-packages group across 1 directory with 2 updates May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/python-packages-c34efe1d93 branch 3 times, most recently from 44fed14 to f024458 Compare May 6, 2026 00:07
Updates the requirements on [pymodbus](https://github.com/pymodbus-dev/pymodbus) and [awesomeversion](https://github.com/ludeeus/awesomeversion) to permit the latest version.

Updates `pymodbus` to 3.13.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.8.3...v3.13.0)

Updates `awesomeversion` to 25.8.0
- [Release notes](https://github.com/ludeeus/awesomeversion/releases)
- [Commits](ludeeus/awesomeversion@25.5.0...25.8.0)

---
updated-dependencies:
- dependency-name: awesomeversion
  dependency-version: 25.8.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pymodbus
  dependency-version: 3.13.0
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/python-packages-c34efe1d93 branch from f024458 to 67e847c Compare May 7, 2026 00:07
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/python-packages-c34efe1d93 branch May 7, 2026 05:40
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