Skip to content

chore(deps) Update dependency tomlkit to >=0.15.0,<0.16.0#583

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/tomlkit-0.x
Open

chore(deps) Update dependency tomlkit to >=0.15.0,<0.16.0#583
renovate[bot] wants to merge 1 commit into
devfrom
renovate/tomlkit-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Change Age Confidence
tomlkit >=0.12.0,<0.13.0 β†’ >=0.15.0,<0.16.0 age confidence

Release Notes

python-poetry/tomlkit (tomlkit)

v0.15.0

Compare Source

Changed
  • Update parser to support TOML spec v1.1.0. (#​456)

v0.14.0

Compare Source

Changed
  • Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.
Added
  • Custom encoders can now receive _parent and _sort_keys parameters to enable proper encoding of nested structures. (#​429)
  • Add String.type property to get the string type. (#​443)

v0.13.3

Compare Source

Added
  • Add .item() method to array and tables to retrieve an item by key. (#​390)
Fixed
  • Fix missing newline when parsing a separated array of tables without trailing new line. (#​381)
  • Fix non-existing key error when deleting an item from an out-of-order table. (#​383)
  • Ensure newline is added between the plain values and the first table. (#​387)
  • Fix repeated whitespace when removing an array item. (#​405)
  • Fix invalid serialization after removing array item if the comma is on its own line. (#​408)
  • Fix serialization of a nested dotted key table. (#​411)
  • Refine the error message when use non-string as single key. (#​412)
  • Fix invalid serialization after overwriting a key of a out-of-order table. (#​414)

v0.13.2

Compare Source

Fixed
  • Fix deleting keys from an out-of-order table does not remove all table parts. (#​379)

v0.13.1

Compare Source

Fixed
  • Fix the Table.is_super_table() check for tables with dotted key as the only child. (#​374)
  • Count table as a super table if it has children and all children are either tables or arrays of tables. (#​377)

v0.13.0

Compare Source

Changed
  • Expect a tomlkit-specific error instead of TypeError from a custom encoder. (#​355)
  • Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.
Fixed
  • Fix the incompatiblity with 3.13 because of the datetime.replace() change. (#​333)
  • Revert the change of parsing out-of-order tables. (#​347)
  • Keep the nested out-of-order table. (#​361)

Configuration

πŸ“… Schedule: (in timezone America/Chicago)

  • Branch creation
    • "before 10pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/tomlkit-0.x branch 7 times, most recently from ae17518 to 18f62ac Compare May 14, 2026 11:47
@renovate renovate Bot force-pushed the renovate/tomlkit-0.x branch 3 times, most recently from a19b1d9 to c978cb8 Compare May 14, 2026 18:25
@renovate renovate Bot force-pushed the renovate/tomlkit-0.x branch from c978cb8 to 14a5f7f Compare May 21, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants