chore(pip-prod)(deps): bump tomlkit from 0.12.5 to 0.13.0 #244

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomlkit-0.13.0 into next 2024-07-11 08:18:48 +02:00
dependabot[bot] commented 2024-07-10 18:48:33 +02:00 (Migrated from github.com)

Bumps tomlkit from 0.12.5 to 0.13.0.

Changelog

Sourced from tomlkit's changelog.

[0.13.0] - 2024-07-10

Changed

  • Expect a tomlkit-specific error instead of TypeError from a custom encoder. (#355)
  • Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.

Fixed

  • Fix the incompatiblity with 3.13 because of the datetime.replace() change. (#333)
  • Revert the change of parsing out-of-order tables. (#347)
  • Keep the nested out-of-order table. (#361)
Commits
  • 4d06dff chore: bump version to 0.13.0
  • 85aaf7a fix: keep the nested out of order table (#366)
  • f12ece3 chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 (#365)
  • f4b2f74 chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#364)
  • 0747884 chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 (#363)
  • d55d837 fix: Remove 3.7 from the CI matrix
  • 49daa69 chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 (#362)
  • cce567c [pre-commit.ci] pre-commit autoupdate (#359)
  • 400057b fix: tomlkit 0.12.5 : Encoder contract interferes with external TypeError...
  • 22676f9 Update tests action (#357)
  • 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.12.5 to 0.13.0. <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.0] - 2024-07-10</h2> <h3>Changed</h3> <ul> <li>Expect a tomlkit-specific error instead of <code>TypeError</code> from a custom encoder. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/355">#355</a>)</li> <li>Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix the incompatiblity with 3.13 because of the <code>datetime.replace()</code> change. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/333">#333</a>)</li> <li>Revert the change of parsing out-of-order tables. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/347">#347</a>)</li> <li>Keep the nested out-of-order table. (<a href="https://redirect.github.com/python-poetry/tomlkit/issues/361">#361</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-poetry/tomlkit/commit/4d06dff4bc4a1cc16e0f600f71df8f41724efcec"><code>4d06dff</code></a> chore: bump version to 0.13.0</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/85aaf7a9231030fc3455048d78bfdabfe0a0a937"><code>85aaf7a</code></a> fix: keep the nested out of order table (<a href="https://redirect.github.com/sdispater/tomlkit/issues/366">#366</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/f12ece324fc376d0f863717005ba6acc5f9d8933"><code>f12ece3</code></a> chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/365">#365</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/f4b2f74d2a4e19ee8bebd94b874c8c47699a169f"><code>f4b2f74</code></a> chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/364">#364</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/0747884431425b45071b696fd6ffe806d59304bb"><code>0747884</code></a> chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/363">#363</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/d55d837d0b139bd48567ac90204baccb8ce0cbd9"><code>d55d837</code></a> fix: Remove 3.7 from the CI matrix</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/49daa69df84db37ab3e9ec365c3a9590d5455646"><code>49daa69</code></a> chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/362">#362</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/cce567ca4c1455d948d68c0fa32f7eb9196b9be3"><code>cce567c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/sdispater/tomlkit/issues/359">#359</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/400057ba17dbf562fa4fe01fc26b40d7112690e4"><code>400057b</code></a> fix: <code>tomlkit</code> 0.12.5 : Encoder contract interferes with external <code>TypeError</code>...</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/22676f9a79228df216d79ba98209b98c2313c31c"><code>22676f9</code></a> Update tests action (<a href="https://redirect.github.com/sdispater/tomlkit/issues/357">#357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sdispater/tomlkit/compare/0.12.5...0.13.0">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.12.5&new-version=0.13.0)](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-07-10 18:48:33 +02:00
sonarqubecloud[bot] commented 2024-07-10 20:05:22 +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_roboluke-tasks&pullRequest=244) **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_roboluke-tasks&pullRequest=244&resolved=false&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_roboluke-tasks&pullRequest=244&resolutions=WONTFIX) 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_roboluke-tasks&pullRequest=244&resolved=false&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_roboluke-tasks&pullRequest=244&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_roboluke-tasks&pullRequest=244&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=244)
Sign in to join this conversation.
No description provided.