Skip to content

chore(deps): update dependency tomli to v1.2.1 - autoclosed

Renovate Bot requested to merge renovate/tomli-1.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
tomli (changelog) 1.1.0 -> 1.2.1 age adoption passing confidence

Release Notes

hukkin/tomli

v1.2.1

Compare Source

  • Fixed
    • Raise an error if a carriage return (without a following line feed) is found in a multi-line basic string
  • Type annotations
    • Type annotate load input as typing.BinaryIO only to discourage use of deprecated text file objects.
  • Packaging
    • Remove legacy setup.py from PyPI source distribution. If you're a packager and absolutely need this file, please create an issue.

v1.2.0

Compare Source

  • Deprecated
    • Text file objects as input to load. Binary file objects should be used instead to avoid opening a TOML file with universal newlines or with an encoding other than UTF-8.

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports