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

deps: update tomlkit requirement from <=0.11.6 to <=0.12.1 #935

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Updates the requirements on tomlkit to permit the latest version.

Release notes

Sourced from tomlkit's releases.

0.12.1

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

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2023
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