chore(pip-prod)(deps): bump tomlkit from 0.12.3 to 0.12.4 #169

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomlkit-0.12.4 into next 2024-02-27 21:36:40 +01:00
dependabot[bot] commented 2024-02-27 17:23:09 +01:00 (Migrated from github.com)

Bumps tomlkit from 0.12.3 to 0.12.4.

Release notes

Sourced from tomlkit's releases.

0.12.4

What's Changed

New Contributors

Full Changelog: https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4

Changelog

Sourced from tomlkit's changelog.

[0.12.4] - 2024-02-27

Fixed

  • Support | and |= operator for tables, and support + and += operator for arrays. (#331)
  • Fix an index error when setting dotted keys in a table. (#332)
Commits
  • 911cccd chore: release 0.12.4
  • 712dba7 fix: -1 index error when setting dotted keyFixes #332Signed-off-by: Frost Min...
  • 0c2c30d fix: |= does not work as expected on TOMLDocumentFixes #331Signed-off-by: F...
  • a3ed6a1 chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#329)
  • b963483 fix: indent exist check before accessing its property (#328)
  • See full diff 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.3 to 0.12.4. <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.12.4</h2> <h2>What's Changed</h2> <ul> <li>indent exist check before accessing its property by <a href="https://github.com/pinal005"><code>@​pinal005</code></a> in <a href="https://redirect.github.com/sdispater/tomlkit/pull/328">sdispater/tomlkit#328</a></li> <li>chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/sdispater/tomlkit/pull/329">sdispater/tomlkit#329</a></li> <li>fix: <code>|=</code> does not work as expected on TOMLDocument by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/sdispater/tomlkit/pull/334">sdispater/tomlkit#334</a></li> <li>fix: -1 index error when setting dotted key by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/sdispater/tomlkit/pull/335">sdispater/tomlkit#335</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pinal005"><code>@​pinal005</code></a> made their first contribution in <a href="https://redirect.github.com/sdispater/tomlkit/pull/328">sdispater/tomlkit#328</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4">https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md">tomlkit's changelog</a>.</em></p> <blockquote> <h2>[0.12.4] - 2024-02-27</h2> <h3>Fixed</h3> <ul> <li>Support <code>|</code> and <code>|=</code> operator for tables, and support <code>+</code> and <code>+=</code> operator for arrays. (<a href="https://redirect.github.com/sdispater/tomlkit/issues/331">#331</a>)</li> <li>Fix an index error when setting dotted keys in a table. (<a href="https://redirect.github.com/sdispater/tomlkit/issues/332">#332</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sdispater/tomlkit/commit/911cccd630965ff423316e25b4685ecf7df0ec0a"><code>911cccd</code></a> chore: release 0.12.4</li> <li><a href="https://github.com/sdispater/tomlkit/commit/712dba727a50cc555880f610b76f8594c0b3af7a"><code>712dba7</code></a> fix: -1 index error when setting dotted keyFixes #332Signed-off-by: Frost Min...</li> <li><a href="https://github.com/sdispater/tomlkit/commit/0c2c30d9ac854ec58aa61512acb60d81de3eff97"><code>0c2c30d</code></a> fix: <code>|=</code> does not work as expected on TOMLDocumentFixes #331Signed-off-by: F...</li> <li><a href="https://github.com/sdispater/tomlkit/commit/a3ed6a1102b31db7fb618b27612cce8c287b0f2e"><code>a3ed6a1</code></a> chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/329">#329</a>)</li> <li><a href="https://github.com/sdispater/tomlkit/commit/b963483b8ee6bf550061b96349c26dcea8775773"><code>b963483</code></a> fix: indent exist check before accessing its property (<a href="https://redirect.github.com/sdispater/tomlkit/issues/328">#328</a>)</li> <li>See full diff in <a href="https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4">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.3&new-version=0.12.4)](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-02-27 17:23:09 +01:00
sonarqubecloud[bot] commented 2024-02-27 21:34:13 +01:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![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=169) **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=169&resolved=false&inNewCodePeriod=true) 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=169&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=169)
Sign in to join this conversation.
No description provided.