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.11.8 to 0.12.3 #567

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps tomlkit from 0.11.8 to 0.12.3.

Release notes

Sourced from tomlkit's releases.

0.12.3

What's Changed

Full Changelog: python-poetry/tomlkit@0.12.2...0.12.3

0.12.2

What's Changed

New Contributors

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

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

Changelog

Sourced from tomlkit's changelog.

[0.12.3] - 2023-11-15

Fixed

  • Improve the performance when parsing a table with nested dotted keys. (#193)
  • Keep the newlines when replacing a table. (#323)

[0.12.2] - 2023-11-02

Fixed

  • Fixed a bug that overwriting a sub table with a plain value raises an error. (#313)
  • Correct the return type of integer division. (#312)

[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)
Commits
  • a678c2f chore: bump version to 0.12.3
  • 238fec1 fix: Significant slowdown on nested tables depending on syntax (#324)
  • e9ccbe7 fix: Newline lost when updating a table (#323)
  • 524995d chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 (#320)
  • b83b7db chore: remove pycln for incompatible
  • 84c6353 chore: aupdate pre-commit hooks
  • 481decf chore: bump version to 0.12.2
  • 0d9ded2 Retag 0.12.2
  • 636f697 chore(deps-dev): bump urllib3 from 1.26.14 to 1.26.17 (#314)
  • a55af8b [DOC] Add some docstrings (#316)
  • 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 Nov 15, 2023
@raimannma raimannma enabled auto-merge (rebase) December 11, 2023 20:06
@dependabot dependabot bot force-pushed the dependabot/pip/tomlkit-0.12.3 branch 3 times, most recently from 8dd812c to 891a5dc Compare December 11, 2023 20:12
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.8 to 0.12.3.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.11.8...0.12.3)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:development
  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.3 branch from 891a5dc to 34b7649 Compare December 11, 2023 20:13
@raimannma raimannma merged commit 5afb4f1 into master Dec 11, 2023
6 checks passed
@raimannma raimannma deleted the dependabot/pip/tomlkit-0.12.3 branch December 11, 2023 20:14
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.

1 participant