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.7.2 to 0.12.1 #116

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2023

Bumps tomlkit from 0.7.2 to 0.12.1.

Release notes

Sourced from tomlkit's releases.

0.12.1

Full Changelog: python-poetry/tomlkit@0.12.0...0.12.1

0.12.0

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.11.8...0.12.0

0.11.8

Fixed

  • Remove the extra indentations added when parsing nested sub-tables. (#256)
  • Ignore the CRLF immediately following a multiple basic string opening. (#262)
  • Stringifying subtables and nested tables in arrays of tables. (#283)
  • Messed table structure when building a table with dotted keys. (#284)

0.11.7

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.11.6...0.11.7

0.11.6

Fixed

... (truncated)

Changelog

Sourced from tomlkit's changelog.

[0.12.1] - 2023-07-27

Fixed

  • Make float and int hashable.

[0.12.0] - 2023-07-27

Added

  • Allow users to specify encoders for custom types. (#296)

Fixed

  • Fix the incorrect sort when building a table with dotted keys.
  • Complete the methods required for integer and float items. (#307)
  • Replace the deprecated usage of datetime.utcnow(). (#308)
  • Minor performance improvements when iterating over the escape sequences. (#304)

[0.11.8] - 2023-04-27

Fixed

  • Remove the extra indentations added when parsing nested sub-tables. (#256)
  • Ignore the CRLF immediately following a multiple basic string opening. (#262)
  • Stringifying subtables and nested tables in arrays of tables. (#283)
  • Messed table structure when building a table with dotted keys. (#284)

[0.11.7] - 2023-03-27

Fixed

  • Parse empty table name if it is quoted. (#258)
  • Fix a bug that remove last element of an Inline Table leaves a comma. (#259)
  • Parse datetime when it is followed by a space. (#260)
  • Fix the unwrap() method for Container children values which sometimes returns an internal object if the table is an out-of-order table. (#264)
  • Fix the wrong return type when doing arithmetic operations between integers and floats. (#270)

[0.11.6] - 2022-10-27

Fixed

  • Allow broader type for toml file path value (#243)
  • Auto-determine if a table is a super table if not specified explicitly. (#245)

[0.11.5] - 2022-09-28

Fixed

  • Fix the type annotation of unwrap() and datetime parsing. (#229)

... (truncated)

Commits
  • 7ed7d3a fix: Make float and int hashable
  • 653a375 chore: update release action
  • 27ad8ff chore: release 0.12.0
  • e2adb95 fix: replace deprecated usage of datetime.utcnow (#308)
  • e07f6a1 fix: full methods of integer and float (#307)
  • 9e39a63 perf: only iter on found escape sequences (#304)
  • 8edb46c chore(deps-dev): bump pygments from 2.14.0 to 2.15.0 (#302)
  • 45c6177 chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 (#303)
  • f976291 README: Link to readthedocs for the documentation (#300)
  • a3cb8a2 feat: allow users to register custom encoders (#296)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Sep 2, 2023
@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Merging #116 (bd16cd3) into master (e638e42) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #116   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           10        10           
  Branches         1         1           
=========================================
  Hits            10        10           

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tomlkit-0.12.1 branch from 1d3d05f to bd16cd3 Compare September 19, 2023 06:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2023

Looks like tomlkit is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 19, 2023
@dependabot dependabot bot deleted the dependabot/pip/tomlkit-0.12.1 branch September 19, 2023 06:20
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants