Skip to content

Update dependency tomli to v2.4.1#531

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tomli-2.x
Open

Update dependency tomli to v2.4.1#531
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tomli-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
tomli (changelog) ==2.0.1==2.4.1 age confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

hukkin/tomli (tomli)

v2.4.1

Compare Source

  • Fixed
    • Limit number of parts of a TOML key to address quadratic time complexity

v2.4.0

Compare Source

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

v2.3.1

Compare Source

  • Fixed
    • Backport: Limit number of parts of a TOML key to address quadratic time complexity

v2.3.0

Compare Source

  • Added
    • Binary wheels for Python 3.14 (also free-threaded)
  • Performance
    • Reduced import time

v2.2.1

Compare Source

  • Fixed
    • Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version

v2.1.0

Compare Source

  • Deprecated
    • Instantiating TOMLDecodeError with free-form arguments.
      msg, doc and pos arguments should be given.
  • Added
    • msg, doc, pos, lineno and colno attributes to TOMLDecodeError

v2.0.2

Compare Source

  • Removed
    • Python 3.7 support
  • Improved
    • Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute.
      Improve error message when bytes is received.
  • Type annotations
    • Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 added the bot label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants