Skip to content

Build(deps-dev): Bump toml-sort from 0.24.4 to 0.25.0 - #549

Merged
auvipy merged 1 commit into
mainfrom
dependabot/pip/toml-sort-0.25.0
Sep 17, 2026
Merged

auvipy merged 1 commit into
mainfrom
dependabot/pip/toml-sort-0.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps toml-sort from 0.24.4 to 0.25.0.

Release notes

Sourced from toml-sort's releases.

Version 0.25.0

Added

  • Support newlines and trailing commas in inline tables (#55).

Changed

  • Replace tomlkit with tomlrt as the style-preserving TOML implementation.
    • Add spaces inside the curly braces of inline tables, for example { key = "value" }.
    • Sort inline-array elements by the string representation of their parsed values instead of their original TOML spelling. With inline-array sorting enabled, [0xF, 10] now becomes [10, 0xF]. Sorting remains lexicographic, not numeric.
  • Require Python 3.10 or newer.

Fixed

  • Preserve table paths when dotted keys and nested table headers are used together, including Ruff configuration (#69, #101).
  • Keep dotted-key values in their original table when sorting nested tables and arrays of tables (#67, #94).
  • Preserve consecutive blank lines inside multiline string values.
Changelog

Sourced from toml-sort's changelog.

0.25.0

Added

  • Support newlines and trailing commas in inline tables (#55).

Changed

  • Replace tomlkit with tomlrt as the style-preserving TOML implementation.
    • Add spaces inside the curly braces of inline tables, for example { key = "value" }.
    • Sort inline-array elements by the string representation of their parsed values instead of their original TOML spelling. With inline-array sorting enabled, [0xF, 10] now becomes [10, 0xF]. Sorting remains lexicographic, not numeric.
  • Require Python 3.10 or newer.

Fixed

  • Preserve table paths when dotted keys and nested table headers are used together, including Ruff configuration (#69, #101).
  • Keep dotted-key values in their original table when sorting nested tables and arrays of tables (#67, #94).
  • Preserve consecutive blank lines inside multiline string values.
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 [toml-sort](https://github.com/pappasam/toml-sort) from 0.24.4 to 0.25.0.
- [Release notes](https://github.com/pappasam/toml-sort/releases)
- [Changelog](https://github.com/pappasam/toml-sort/blob/main/CHANGELOG.md)
- [Commits](pappasam/toml-sort@v0.24.4...v0.25.0)

---
updated-dependencies:
- dependency-name: toml-sort
  dependency-version: 0.25.0
  dependency-type: direct:development
  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 Sep 16, 2026
@dependabot
dependabot Bot requested a review from Nusnus as a code owner September 16, 2026 06:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2026
@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 23.78%. Comparing base (8aee477) to head (4c5e29c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #549   +/-   ##
=======================================
  Coverage   23.78%   23.78%           
=======================================
  Files          41       41           
  Lines        1299     1299           
  Branches       76       76           
=======================================
  Hits          309      309           
  Misses        963      963           
  Partials       27       27           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@auvipy
auvipy merged commit 90e6e90 into main Sep 17, 2026
73 checks passed
@auvipy
auvipy deleted the dependabot/pip/toml-sort-0.25.0 branch September 17, 2026 06: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