chore(deps-dev): bump tomlkit from 0.13.2 to 0.13.3
Merged
Number: #942
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
Created:
June 06, 2025 at 04:02 AM UTC
(3 months ago)
(3 months ago)
Updated:
June 06, 2025 at 11:12 AM UTC
(3 months ago)
(3 months ago)
Merged:
June 06, 2025 at 11:12 AM UTC
(3 months ago)
by github-actions[bot]
(3 months ago)
by github-actions[bot]
Time to Close:
about 7 hours
Labels:
dependencies python
dependencies python
Description:
Bumps tomlkit from 0.13.2 to 0.13.3.
Release notes
Sourced from tomlkit's releases.
0.13.3
What's Changed
- fix: register encoder's doc incorrectly mentions TypeError by
@mathieu-lemay
in python-poetry/tomlkit#384- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#380- chore(deps-dev): bump virtualenv from 20.26.1 to 20.26.6 by
@dependabot
in python-poetry/tomlkit#394- chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs by
@dependabot
in python-poetry/tomlkit#388- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#386- chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 by
@dependabot
in python-poetry/tomlkit#395- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#396- feat: add .item() method to retrieve the item object by
@frostming
in python-poetry/tomlkit#397- Fix: Inconsistent newlines on Windows by
@DimmaDont
in python-poetry/tomlkit#402- Replace pytest's legacy
tmpdir
fixture withtmp_path
by@DimmaDont
in python-poetry/tomlkit#403- Update README.md by
@DimmaDont
in python-poetry/tomlkit#404- Prevent repeated whitespace items in arrays by
@DimmaDont
in python-poetry/tomlkit#406- Aot setitem not implemented fix by
@Annakan
in python-poetry/tomlkit#413- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#398- Fix removal of items from
Array
s by@DimmaDont
in python-poetry/tomlkit#409- Fix: reject single keys that aren't strings by
@savente93
in python-poetry/tomlkit#416- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in python-poetry/tomlkit#415- fix: Invalid serialization when overwriting out-of-order table key by
@frostming
in python-poetry/tomlkit#417- fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nesting by
@frostming
in python-poetry/tomlkit#419- chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 by
@dependabot
in python-poetry/tomlkit#418- fix: ensure unique table indices when adding items to out-of-order tables by
@frostming
in python-poetry/tomlkit#420- fix: add newline indentation after existing items in Container class by
@frostming
in python-poetry/tomlkit#421- fix: Missing newline at end of file with multiple array of tables can corrupt during dumping by
@frostming
in python-poetry/tomlkit#422- chore: update version to 0.13.3 by
@frostming
in python-poetry/tomlkit#423New Contributors
@mathieu-lemay
made their first contribution in python-poetry/tomlkit#384@DimmaDont
made their first contribution in python-poetry/tomlkit#402@Annakan
made their first contribution in python-poetry/tomlkit#413@savente93
made their first contribution in python-poetry/tomlkit#416Full Changelog: https://github.com/python-poetry/tomlkit/compare/0.13.2...0.13.3
Changelog
Sourced from tomlkit's changelog.
[0.13.3] - 2025-06-05
Added
- Add
.item()
method to array and tables to retrieve an item by key. (#390)Fixed
- Fix missing newline when parsing a separated array of tables without trailing new line. (#381)
- Fix non-existing key error when deleting an item from an out-of-order table. (#383)
- Ensure newline is added between the plain values and the first table. (#387)
- Fix repeated whitespace when removing an array item. (#405)
- Fix invalid serialization after removing array item if the comma is on its own line. (#408)
- Fix serialization of a nested dotted key table. (#411)
- Refine the error message when use non-string as single key. (#412)
- Fix invalid serialization after overwriting a key of a out-of-order table. (#414)
Commits
8c963db
chore: update version to 0.13.3 (#423)fcb82ae
fix: Missing newline at end of file with multiple array of tables can corrupt...d4e1ecd
fix: add newline indentation after existing items in Container class (#421)e3b7332
fix: ensure unique table indices when adding items to out-of-order tables (#420)14607a5
chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 (#418)bd31dbd
fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nes...62a6708
fix: Invalid serialization when overwriting out-of-order table key (#417)64064f3
[pre-commit.ci] pre-commit autoupdate (#415)df4afc6
Fix: reject single keys that aren't strings (#416)832e855
Fix array item removal (#409)- Additional commits viewable in compare view
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)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
ID: | 57447 |
UUID: | 2572393727 |
Node ID: | PR_kwDODnmQMs6ZU5z_ |
Host: | GitHub |
Repository: | microsoftgraph/msgraph-sdk-python-core |
Merge State: | Unknown |