chore(deps): bump tomlkit from 0.12.3 to 0.12.4
Bumps tomlkit from 0.12.3 to 0.12.4.
Release notes
Sourced from tomlkit's releases.
0.12.4
What's Changed
- indent exist check before accessing its property by
@pinal005
in sdispater/tomlkit#328- chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by
@dependabot
in sdispater/tomlkit#329- fix:
|=
does not work as expected on TOMLDocument by@frostming
in sdispater/tomlkit#334- fix: -1 index error when setting dotted key by
@frostming
in sdispater/tomlkit#335New Contributors
@pinal005
made their first contribution in sdispater/tomlkit#328Full Changelog: https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4
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