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 #555

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update dependency tomli to v2 #555

wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 13, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

hukkin/tomli (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

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@sylvestre sylvestre force-pushed the master branch 8 times, most recently from 833c905 to db89bf7 Compare April 23, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 7 times, most recently from 0a92913 to 42ec688 Compare April 30, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 3 times, most recently from dfcfdf7 to 12bed22 Compare May 4, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 8 times, most recently from bf8e70e to a6170d7 Compare May 22, 2024 00:00
@sylvestre sylvestre force-pushed the master branch 4 times, most recently from a3c6ab1 to 8d38f40 Compare May 26, 2024 00:00
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.

None yet

1 participant