Skip to content

Update tomlkit requirement from ^0.6.0 to >=0.6,<0.8#3

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tomlkit-gte-0.6-and-lt-0.8
Closed

Update tomlkit requirement from ^0.6.0 to >=0.6,<0.8#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tomlkit-gte-0.6-and-lt-0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 13, 2020

Copy link
Copy Markdown

Updates the requirements on tomlkit to permit the latest version.

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).

[0.6.0] - 2020-04-15

Added

  • Added support for heterogeneous arrays (#92).

[0.5.11] - 2020-02-29

Fixed

  • Fix containers and our of order tables dictionary behavior (#82))

[0.5.10] - 2020-02-28

Fixed

  • Fixed out of order tables not behaving properly (#79)

[0.5.9] - 2020-02-28

Fixed

  • Fixed the behavior for out of order tables (#68).
  • Fixed parsing errors when single quotes are present in a table name (#71).
  • Fixed parsing errors when parsing some table names (#76).

[0.5.8] - 2019-10-11

Added

  • Added support for producing multiline arrays

... (truncated)

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 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)

Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.6.0...0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 13, 2020
@dependabot @github

dependabot Bot commented on behalf of github Dec 21, 2021

Copy link
Copy Markdown
Author

Superseded by #7.

@dependabot dependabot Bot closed this Dec 21, 2021
@dependabot dependabot Bot deleted the dependabot/pip/tomlkit-gte-0.6-and-lt-0.8 branch December 21, 2021 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants