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.8.0 to 0.9.0 #549

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2022

Bumps tomlkit from 0.8.0 to 0.9.0.

Release notes

Sourced from tomlkit's releases.

0.9.0

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.8.0...0.9.0

Changelog

Sourced from tomlkit's changelog.

[0.9.0] - 2022-02-01

Added

  • Add a new argument to table API to allow it to be a super table. (#159)
  • Support adding item to Table and Container with dotted key. (#160)

Fixed

  • Fix a bug of value() API that parses string incompletely. (#168)
Commits
  • 4867343 Merge pull request #169 from sdispater/release/0.9.0
  • fa170da Release 0.9.0
  • 193b859 Merge pull request #168 from MrGreenTea/master
  • c711380 reject all values with appendage
  • 6f7cdf0 fix values with prefix true/false being parsed to booleans.
  • 017b4d8 fix values starting with t or f being parsed as booleans.
  • 06b1f9f add tomlkit.value test for booleans
  • 7b45066 Refer to the rst file before doc site is ready
  • ca442e0 Merge pull request #163 from sdispater/doc
  • ed909f8 Add sphinx docs
  • 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)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2022 08:15
@dependabot dependabot bot added the PR type: dependencies 🤖 Contains only dependencies updates label Feb 4, 2022
@github-actions
Copy link

github-actions bot commented Feb 4, 2022

Coverage report

The coverage rate went from 99% to 100% ⬆️
The branch rate is 100%

100% of new lines are covered.

@ewjoachim ewjoachim merged commit 218bbfe into main Feb 8, 2022
@ewjoachim ewjoachim deleted the dependabot/pip/tomlkit-0.9.0 branch February 8, 2022 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR type: dependencies 🤖 Contains only dependencies updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant