Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency tomli to v2 #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency tomli to v2 #457

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

hukkin/tomli

v2.0.1

Compare Source

  • Improve
    • Make bundling easier by using relative imports internally and adding license and copyright notice to source files.
    • Make error messages more uniform
    • Raise a friendly TypeError for wrong file mode
    • Allow parse_float to return objects having the append attr
    • Eagerly raise an error if parse_float returns an illegal type
  • Packaging
    • Move from pytest testing framework to unittest and remove python-dateutil test dependency.
      Tests now only require Python interpreter.

v2.0.0

Compare Source

  • Removed
    • Python 3.6 support
    • Support for text file objects as load input. Use binary file objects instead.
    • First argument of load and loads can no longer be passed by keyword.
  • Fixed
    • Allow lower case "t" and "z" in datetimes
  • Improved
    • Raise an error when dotted keys define values outside the "current table".
      Technically speaking TOML v1.0.0 does allow such assignments
      but that isn't intended by specification writers,
      and will change in a future specification version (see the pull request).

v1.2.3

Compare Source

  • Fixed
    • Backport: Allow lower case "t" and "z" in datetimes

v1.2.2

Compare Source

  • Fixed
    • Illegal characters in error messages were surrounded by two pairs of quotation marks
  • Improved
    • TOMLDecodeError.__module__ is now the public import path (tomli) instead of private import path (tomli._parser)
    • Eliminated an import cycle when typing.TYPE_CHECKING is True.
      This allows sphinx-autodoc-typehints to resolve type annotations.

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant