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

build(deps): bump tomlkit from 0.7.2 to 0.12.1 #8

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

The following labels could not be found: kind: infrastructure.

@dependabot dependabot bot force-pushed the dependabot/pip/tomlkit-0.12.1 branch 4 times, most recently from 72af30b to b94340a Compare September 27, 2023 14:15
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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tomlkit-0.12.1 branch from b94340a to 4d0f88a Compare September 27, 2023 14:17
@san-soucie san-soucie merged commit 83b9a7d into main Sep 27, 2023
3 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tomlkit-0.12.1 branch September 27, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant