fix(deps): update dependency tomlkit to v0.13.3 #343

Merged
luke merged 1 commits from renovate/tomlkit-0.x into main 2025-06-06 18:42:11 +02:00
Member

This PR contains the following updates:

Package Type Update Change
tomlkit project.dependencies patch ==0.13.2 -> ==0.13.3

Release Notes

sdispater/tomlkit (tomlkit)

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tomlkit](https://github.com/sdispater/tomlkit) | project.dependencies | patch | `==0.13.2` -> `==0.13.3` | --- ### Release Notes <details> <summary>sdispater/tomlkit (tomlkit)</summary> ### [`v0.13.3`](https://github.com/sdispater/tomlkit/blob/HEAD/CHANGELOG.md#0133---2025-06-05) [Compare Source](https://github.com/sdispater/tomlkit/compare/0.13.2...0.13.3) ##### Added - Add `.item()` method to array and tables to retrieve an item by key. ([#&#8203;390](https://github.com/python-poetry/tomlkit/issues/390)) ##### Fixed - Fix missing newline when parsing a separated array of tables without trailing new line. ([#&#8203;381](https://github.com/python-poetry/tomlkit/issues/381)) - Fix non-existing key error when deleting an item from an out-of-order table. ([#&#8203;383](https://github.com/python-poetry/tomlkit/issues/383)) - Ensure newline is added between the plain values and the first table. ([#&#8203;387](https://github.com/python-poetry/tomlkit/issues/387)) - Fix repeated whitespace when removing an array item. ([#&#8203;405](https://github.com/python-poetry/tomlkit/issues/405)) - Fix invalid serialization after removing array item if the comma is on its own line. ([#&#8203;408](https://github.com/python-poetry/tomlkit/issues/408)) - Fix serialization of a nested dotted key table. ([#&#8203;411](https://github.com/python-poetry/tomlkit/issues/411)) - Refine the error message when use non-string as single key. ([#&#8203;412](https://github.com/python-poetry/tomlkit/issues/412)) - Fix invalid serialization after overwriting a key of a out-of-order table. ([#&#8203;414](https://github.com/python-poetry/tomlkit/issues/414)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MS40IiwidXBkYXRlZEluVmVyIjoiNDAuNDEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2025-06-05 09:36:52 +02:00
fix(deps): update dependency tomlkit to v0.13.3
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 11s
CI / ci (pull_request) Failing after 1m58s
cffe5b166d
renovate-bot requested review from luke 2025-06-05 09:36:52 +02:00
Member

Decision: Accept
Change Score: 10/10

This diff updates the tomlkit dependency from version 0.13.2 to 0.13.3. The changes include updates to pyproject.toml and uv.lock to reflect the new version and its associated metadata (hashes, URLs, and upload times). This appears to be a straightforward dependency update. There are no immediate red flags, and the changes seem correct. Good job keeping your dependencies up to date!

**Decision: Accept** **Change Score: 10/10** This diff updates the `tomlkit` dependency from version 0.13.2 to 0.13.3. The changes include updates to `pyproject.toml` and `uv.lock` to reflect the new version and its associated metadata (hashes, URLs, and upload times). This appears to be a straightforward dependency update. There are no immediate red flags, and the changes seem correct. Good job keeping your dependencies up to date!
luke force-pushed renovate/tomlkit-0.x from cffe5b166d to 0179d53cae 2025-06-06 18:39:36 +02:00 Compare
Member

Decision: Accept
Change Score: 10/10

The diff shows a straightforward update to the tomlkit dependency, from version 0.13.2 to 0.13.3. The pyproject.toml and uv.lock files have been updated accordingly. It's a simple version bump, which seems fine. I don't see any problems.

**Decision: Accept** **Change Score: 10/10** The diff shows a straightforward update to the `tomlkit` dependency, from version 0.13.2 to 0.13.3. The `pyproject.toml` and `uv.lock` files have been updated accordingly. It's a simple version bump, which seems fine. I don't see any problems.
luke merged commit 95ad195f1f into main 2025-06-06 18:42:11 +02:00
luke deleted branch renovate/tomlkit-0.x 2025-06-06 18:42:11 +02:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#343
No description provided.