Update dependency tomli to v2.4.1 #20

Open
renovate[bot] wants to merge 1 commit from renovate/tomli-2.x-lockfile into master
renovate[bot] commented 2025-07-22 02:38:02 +01:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Confidence
tomli (changelog) 2.0.12.4.1 age confidence

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: (UTC)

  • 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 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tomli](https://redirect.github.com/hukkin/tomli) ([changelog](https://redirect.github.com/hukkin/tomli/blob/master/CHANGELOG.md)) | `2.0.1` → `2.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/tomli/2.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tomli/2.0.1/2.4.1?slim=true) | --- ### Release Notes <details> <summary>hukkin/tomli (tomli)</summary> ### [`v2.4.1`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#241) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.4.0...2.4.1) - Fixed - Limit number of parts of a TOML key to address quadratic time complexity ### [`v2.4.0`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#240) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.3.1...2.4.0) - Added - TOML v1.1.0 compatibility - Binary wheels for Windows arm64 ### [`v2.3.1`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#231) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.3.0...2.3.1) - Fixed - Backport: Limit number of parts of a TOML key to address quadratic time complexity ### [`v2.3.0`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#230) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.2.1...2.3.0) - Added - Binary wheels for Python 3.14 (also free-threaded) - Performance - Reduced import time ### [`v2.2.1`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#221) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.1.0...2.2.1) - 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`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.0.2...2.1.0) - 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`](https://redirect.github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#202) [Compare Source](https://redirect.github.com/hukkin/tomli/compare/2.0.1...2.0.2) - 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`). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cpressland/frontdoor-ipgroup-updater). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDMuMTU5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Commenting is not possible because the repository is archived.
No description provided.