Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Bump tomlkit from 0.6.0 to 0.7.0 #142

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps tomlkit from 0.6.0 to 0.7.0.

Release notes

Sourced from tomlkit's releases.

0.7.0

Added

  • Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#103).

Changed

  • Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103).

Fixed

  • Fixed compliance with the 1.0.0rc1 TOML specification (#102).
Changelog

Sourced from tomlkit's changelog.

[0.7.0] - 2020-07-31

Added

  • Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#103).

Changed

  • Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103).

Fixed

  • Fixed compliance with the 1.0.0rc1 TOML specification (#102).
Commits
  • 2c4dc76 Merge pull request #104 from sdispater/release-0.7.0
  • 1926311 Bump version to 0.7.0
  • c0d6f3f Merge pull request #103 from sdispater/fix-dump-order
  • 5721f88 Fix the default ordering of dicts and add support for sorting keys
  • 3e6a2a7 Merge pull request #102 from sdispater/ensure-specs-following
  • 157f550 Update lock file
  • 1731084 Fix TOML 1.0.0 compliance
  • 9966e9e Fix datetime parsing
  • f4a56b3 Lint properly
  • 4e33052 Ensure compliance with all TOML specifications
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 3, 2020
@github-actions github-actions bot merged commit db6c67c into master Aug 3, 2020
@dependabot dependabot bot deleted the dependabot/pip/tomlkit-0.7.0 branch August 3, 2020 05:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants