Skip to content

Comments

Bump tomli from 2.2.1 to 2.4.0 in /tools/deps#6255

Open
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/pip/tools/deps/tomli-2.4.0
Open

Bump tomli from 2.2.1 to 2.4.0 in /tools/deps#6255
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/pip/tools/deps/tomli-2.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps tomli from 2.2.1 to 2.4.0.

Changelog

Sourced from tomli's changelog.

2.4.0

  • Added
    • TOML v1.1.0 compatibility
    • Binary wheels for Windows arm64

2.3.0

  • Added
    • Binary wheels for Python 3.14 (also free-threaded)
  • Performance
    • Reduced import time
Commits
  • a678e6f Bump version: 2.3.0 → 2.4.0
  • b8a1358 Tests: remove now needless "TOML compliance"->"burntsushi" format conversion
  • 4979375 Update GitHub actions
  • f890dd1 Update pre-commit hooks
  • d9c65c3 Add 2.4.0 change log
  • 0efe49d Update README for v2.4.0
  • 9eb2125 TOML 1.1: Make seconds optional in Date-Time and Time (#203)
  • 12314bd TOML 1.1: Add \xHH Unicode escape code to basic strings (#202)
  • 2a2aa62 TOML 1.1: Allow newlines and trailing comma in inline tables (#200)
  • 38297f8 Xfail on tests for TOML 1.1 features not yet supported
  • Additional commits viewable in compare view

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 [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.4.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.2.1...2.4.0)

---
updated-dependencies:
- dependency-name: tomli
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.10%. Comparing base (22d8139) to head (28923e7).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #6255       +/-   ##
===========================================
+ Coverage   63.04%   85.10%   +22.06%     
===========================================
  Files          96       96               
  Lines       16379    16379               
===========================================
+ Hits        10326    13940     +3614     
+ Misses       6053     2439     -3614     
Flag Coverage Δ
functional 63.55% <ø> (?)
integration 27.37% <ø> (ø)
unit 60.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the pinned tomli dependency used by the project’s tooling/test environments, and records the change in the 6.1.0 changelog.

Changes:

  • Bumped tomli from 2.2.1 to 2.4.0 in tooling/test requirement lockfiles (with updated hashes).
  • Added a corresponding upgrade note to the 6.1.0 release notes.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
tools/deps/requirements-tox.txt Updates the pinned tomli version + hashes for tox environment deps.
tools/deps/requirements-tests.txt Updates the pinned tomli version + hashes for test environment deps.
tools/deps/requirements-pip.txt Updates the pinned tomli version + hashes for pip/build tooling deps.
docs/changes/6.1.0.md Documents the tomli upgrade in the 6.1.0 changelog.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants