Chore(deps): bump tomlkit from 0.13.0 to 0.13.2
Bumps tomlkit from 0.13.0 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
0.13.1
What's Changed
- chore(deps-dev): bump setuptools from 68.0.0 to 70.0.0 by
@dependabot
in python-poetry/tomlkit#367- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#368- [docs] Add tomlkit.dump() example by
@sburris0
in python-poetry/tomlkit#370- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#369- fix: Table header missing by
@frostming
in python-poetry/tomlkit#375- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#372- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#376- fix: Empty table dumped when number of subtables > 1 by
@frostming
in python-poetry/tomlkit#378New Contributors
@sburris0
made their first contribution in python-poetry/tomlkit#370Full Changelog: https://github.com/python-poetry/tomlkit/compare/0.13.0...0.13.1
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)
[0.13.1] - 2024-08-14
Fixed
Commits
-
e6e5d38
fix: delete keys from out of order table (#379) -
8c1671a
chore: bump version to 0.13.1 -
28fe6ec
fix: Empty table dumped when number of subtables > 1 (#378) -
168cb22
[pre-commit.ci] pre-commit autoupdate (#376) -
3594bdf
[pre-commit.ci] pre-commit autoupdate (#372) -
8b288a5
fix: Table header missing (#375) -
b1b38b3
Merge branch 'master' of github.com:python-poetry/tomlkit -
507ca76
doc: upgrade docs requirements -
c35ab33
[pre-commit.ci] pre-commit autoupdate (#369) -
2344a42
Add tomlkit.dump() example (#370) - Additional commits viewable in compare view