Skip to content

chore(deps): bump tomlkit from 0.12.3 to 0.12.4

HIFIS Bot requested to merge dependabot-pip-tomlkit-0.12.4 into main

Bumps tomlkit from 0.12.3 to 0.12.4.

Release notes

Sourced from tomlkit's releases.

0.12.4

What's Changed

New Contributors

Full Changelog: https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4

Changelog

Sourced from tomlkit's changelog.

[0.12.4] - 2024-02-27

Fixed

  • Support | and |= operator for tables, and support + and += operator for arrays. (#331)
  • Fix an index error when setting dotted keys in a table. (#332)
Commits
  • 911cccd chore: release 0.12.4
  • 712dba7 fix: -1 index error when setting dotted keyFixes #332Signed-off-by: Frost Min...
  • 0c2c30d fix: |= does not work as expected on TOMLDocumentFixes #331Signed-off-by: F...
  • a3ed6a1 chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#329)
  • b963483 fix: indent exist check before accessing its property (#328)
  • See full diff in compare view

Merge request reports