Skip to content

chore(deps): bump tomlkit from 0.14.0 to 0.15.0 - #19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tomlkit-0.15.0
Closed

chore(deps): bump tomlkit from 0.14.0 to 0.15.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tomlkit-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps tomlkit from 0.14.0 to 0.15.0.

Release notes

Sourced from tomlkit's releases.

0.15.0

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.14.0...0.15.0

Changelog

Sourced from tomlkit's changelog.

[0.15.0] - 2026-05-10

Changed

  • Update parser to support TOML spec v1.1.0. (#456)
Commits
  • 8694e4d chore: bump version to 0.15.0 and update changelog for release (#473)
  • e636a51 [pre-commit.ci] pre-commit autoupdate (#472)
  • 96a4d22 fix: fix a parser hang (#470)
  • 843f799 [pre-commit.ci] pre-commit autoupdate (#469)
  • 2c87eaf Honor sort_keys for parsed TOML documents (#471)
  • 8e32f9c Type annotations (#460)
  • df98af4 [pre-commit.ci] pre-commit autoupdate (#461)
  • 4bd97db chore(deps): bump requests from 2.32.4 to 2.33.0 in /docs (#462)
  • b2d7030 chore(deps-dev): bump pygments from 2.17.2 to 2.20.0 (#463)
  • 87d98b1 chore(deps): bump pygments from 2.18.0 to 2.20.0 in /docs (#464)
  • Additional commits viewable in compare view

Summary by CodeRabbit

  • Chores
    • Updated a project dependency to the latest compatible version.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 29, 2026
@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 63a2752c-68e4-4e1e-9610-a7c45f01d228

📥 Commits

Reviewing files that changed from the base of the PR and between c7151b8 and 7a64cc7.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

This PR updates the tomlkit dependency in pyproject.toml from 0.14.0 to 0.15.0. No functional code changes are included.

Changes

Dependency version update

Layer / File(s) Summary
Tomlkit version constraint
pyproject.toml
tomlkit dependency is updated from 0.14.0 to 0.15.0 in the project dependencies list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning Description lacks required sections from template: Related Issue link, Description section, and Checklist items are missing or incomplete. Add 'Resolve #(issue_number)' section, fill Description section, and complete the checklist items per the repository template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed Title follows conventional commits format with valid type 'chore' and scope 'deps', clearly describing the dependency bump.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/uv/tomlkit-0.15.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot
dependabot Bot force-pushed the dependabot/uv/tomlkit-0.15.0 branch from 7fa8554 to c7151b8 Compare May 30, 2026 08:34
@elkaix elkaix added the dependabot-approved Human-reviewed and approved Dependabot bump label May 31, 2026
@elkaix

elkaix commented May 31, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [tomlkit](https://github.com/python-poetry/tomlkit) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/python-poetry/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/tomlkit-0.15.0 branch from c7151b8 to 7a64cc7 Compare May 31, 2026 04:50
@elkaix

elkaix commented May 31, 2026

Copy link
Copy Markdown
Member

Superseded by #32, which consolidates this bump with the other two reviewed Dependabot updates into a single PR.

@elkaix elkaix closed this May 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/tomlkit-0.15.0 branch May 31, 2026 05:28
elkaix added a commit that referenced this pull request May 31, 2026
Consolidates three reviewed Dependabot bumps into one PR:
- aiohttp 3.13.4 -> 3.13.5 (bugfix patch)
- lxml 6.1.0 -> 6.1.1 (patch; transitive binary-wheel dep)
- tomlkit 0.14.0 -> 0.15.0 (minor; we use only loads/dumps/TOMLKitError)

uv.lock regenerated with no transitive changes. Replaces #2, #19, #5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-approved Human-reviewed and approved Dependabot bump dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant