Bump tomlkit from 0.13.1 to 0.13.2
Bumps tomlkit from 0.13.1 to 0.13.2.
Release notes
Sourced from tomlkit's releases.
0.13.2
What's Changed
- fix: delete keys from out of order table by
@frostming
in python-poetry/tomlkit#379Full Changelog: https://github.com/python-poetry/tomlkit/compare/0.13.1...0.13.2
Changelog
Sourced from tomlkit's changelog.
[0.13.2] - 2024-08-14
Fixed
- Fix deleting keys from an out-of-order table does not remove all table parts. (#379)
Commits
-
e6e5d38
fix: delete keys from out of order table (#379) - See full diff in compare view