chore(pip-prod)(deps): bump tomlkit from 0.13.0 to 0.13.2 #337

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomlkit-0.13.2 into main 2024-08-15 07:46:46 +02:00
dependabot[bot] commented 2024-08-14 17:22:25 +02:00 (Migrated from github.com)

Bumps tomlkit from 0.13.0 to 0.13.2.

Release notes

Sourced from tomlkit's releases.

0.13.2

What's Changed

Full Changelog: https://github.com/python-poetry/tomlkit/compare/0.13.1...0.13.2

0.13.1

What's Changed

New Contributors

Full 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

  • Fix the Table.is_super_table() check for tables with dotted key as the only child. (#374)
  • Count table as a super table if it has children and all children are either tables or arrays of tables. (#377)
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

Dependabot compatibility score

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)
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.13.0 to 0.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sdispater/tomlkit/releases">tomlkit's releases</a>.</em></p> <blockquote> <h2>0.13.2</h2> <h2>What's Changed</h2> <ul> <li>fix: delete keys from out of order table by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/379">python-poetry/tomlkit#379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-poetry/tomlkit/compare/0.13.1...0.13.2">https://github.com/python-poetry/tomlkit/compare/0.13.1...0.13.2</a></p> <h2>0.13.1</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump setuptools from 68.0.0 to 70.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/367">python-poetry/tomlkit#367</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/368">python-poetry/tomlkit#368</a></li> <li>[docs] Add tomlkit.dump() example by <a href="https://github.com/sburris0"><code>@​sburris0</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/370">python-poetry/tomlkit#370</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/369">python-poetry/tomlkit#369</a></li> <li>fix: Table header missing by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/375">python-poetry/tomlkit#375</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/372">python-poetry/tomlkit#372</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/376">python-poetry/tomlkit#376</a></li> <li>fix: Empty table dumped when number of subtables &gt; 1 by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/378">python-poetry/tomlkit#378</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sburris0"><code>@​sburris0</code></a> made their first contribution in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/370">python-poetry/tomlkit#370</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-poetry/tomlkit/compare/0.13.0...0.13.1">https://github.com/python-poetry/tomlkit/compare/0.13.0...0.13.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md">tomlkit's changelog</a>.</em></p> <blockquote> <h2>[0.13.2] - 2024-08-14</h2> <h3>Fixed</h3> <ul> <li>Fix deleting keys from an out-of-order table does not remove all table parts. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/379">#379</a>)</li> </ul> <h2>[0.13.1] - 2024-08-14</h2> <h3>Fixed</h3> <ul> <li>Fix the <code>Table.is_super_table()</code> check for tables with dotted key as the only child. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/374">#374</a>)</li> <li>Count table as a super table if it has children and all children are either tables or arrays of tables. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/377">#377</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-poetry/tomlkit/commit/e6e5d3803ba2942c5e19e3c083d289009c27338c"><code>e6e5d38</code></a> fix: delete keys from out of order table (<a href="https://redirect.github.com/sdispater/tomlkit/issues/379">#379</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/8c1671a8b25e3ae0c35370f5918a57671867f38e"><code>8c1671a</code></a> chore: bump version to 0.13.1</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/28fe6ec7386e3923a3e87efae8ab580138f6fcbc"><code>28fe6ec</code></a> fix: Empty table dumped when number of subtables &gt; 1 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/378">#378</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/168cb22352b5928bfc2b36df4b9ad76c146ca34b"><code>168cb22</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/sdispater/tomlkit/issues/376">#376</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/3594bdfff00f9eddddbf53b02e445b3c06f47b80"><code>3594bdf</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/sdispater/tomlkit/issues/372">#372</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/8b288a5b1483834b0dd4c7b689033b41b57e2084"><code>8b288a5</code></a> fix: Table header missing (<a href="https://redirect.github.com/sdispater/tomlkit/issues/375">#375</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/b1b38b3716b937a126f9ac4ea7c638b4bc53fd6e"><code>b1b38b3</code></a> Merge branch 'master' of github.com:python-poetry/tomlkit</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/507ca76ce62c15b717a82d74eaf83e192d6a51d9"><code>507ca76</code></a> doc: upgrade docs requirements</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/c35ab332a6f439b38620178a29ff3e76c0273985"><code>c35ab33</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/sdispater/tomlkit/issues/369">#369</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/2344a4272a512ceb26227b29fb99a7d2068216a9"><code>2344a42</code></a> Add tomlkit.dump() example (<a href="https://redirect.github.com/sdispater/tomlkit/issues/370">#370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sdispater/tomlkit/compare/0.13.0...0.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tomlkit&package-manager=pip&previous-version=0.13.0&new-version=0.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
luketainton (Migrated from github.com) reviewed 2024-08-14 17:22:25 +02:00
sonarqubecloud[bot] commented 2024-08-14 17:42:37 +02:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=337) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=337&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=337&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=337&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=337&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=337&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=337)
Sign in to join this conversation.
No description provided.