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

Bump tomlkit from 0.5.11 to 0.7.0 #92

Merged
merged 1 commit into from Aug 3, 2020
Merged

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Aug 3, 2020

Bumps tomlkit from 0.5.11 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).

0.6.0

Added

  • Added support for heterogeneous arrays (#92).
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).

[0.6.0] - 2020-04-15

Added

  • Added support for heterogeneous arrays (#92).
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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.7.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](sdispater/tomlkit@0.5.11...0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@sobolevn sobolevn merged commit 74416fa into master Aug 3, 2020
4 checks passed
4 checks passed
build
Details
Travis CI - Branch Build Passed
Details
Travis CI - Pull Request Build Passed
Details
coverage/coveralls Coverage remained the same at 100.0%
Details
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/tomlkit-0.7.0 branch Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.