chore(pip-dev)(deps-dev): bump tomlkit from 0.12.4 to 0.12.5 #231

Merged
dependabot[bot] merged 1 commits from dependabot/pip/tomlkit-0.12.5 into next 2024-05-08 23:44:30 +02:00
dependabot[bot] commented 2024-05-08 17:15:21 +02:00 (Migrated from github.com)

Bumps tomlkit from 0.12.4 to 0.12.5.

Release notes

Sourced from tomlkit's releases.

0.12.5

What's Changed

New Contributors

Full Changelog: https://github.com/python-poetry/tomlkit/compare/0.12.4...0.12.5

Changelog

Sourced from tomlkit's changelog.

Change Log

Commits
  • a96883b chore: release 0.12.5
  • c2611c5 fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (...
  • 990e325 fix: redundant minus sign added to negative integers when multiplie by -1
  • e5e09e9 chore: switch to ruff lint and format
  • bf01a25 fix: don't add sign if the float is negative (#345)
  • 059fab2 chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#344)
  • 6351f3d fix: CI workflow for macos (#342)
  • 3711b06 fix: linter errors caused by black
  • dab2da8 chore(deps-dev): bump idna from 3.4 to 3.7 (#339)
  • 4f2ae7f [pre-commit.ci] pre-commit autoupdate (#337)
  • 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.4 to 0.12.5. <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.5</h2> <h2>What's Changed</h2> <ul> <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/337">python-poetry/tomlkit#337</a></li> <li>chore(deps-dev): bump idna from 3.4 to 3.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/339">python-poetry/tomlkit#339</a></li> <li>fix: CI workflow for macos by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/342">python-poetry/tomlkit#342</a></li> <li>chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/344">python-poetry/tomlkit#344</a></li> <li>fix: don't add sign if the float is negative by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/345">python-poetry/tomlkit#345</a></li> <li>fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted by <a href="https://github.com/frostming"><code>@​frostming</code></a> in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/347">python-poetry/tomlkit#347</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a> made their first contribution in <a href="https://redirect.github.com/python-poetry/tomlkit/pull/337">python-poetry/tomlkit#337</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-poetry/tomlkit/compare/0.12.4...0.12.5">https://github.com/python-poetry/tomlkit/compare/0.12.4...0.12.5</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> <h1>Change Log</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-poetry/tomlkit/commit/a96883b15f545169dd33f16160bd609d624471e3"><code>a96883b</code></a> chore: release 0.12.5</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/c2611c555261e41e1219a675cef14dd24229c607"><code>c2611c5</code></a> fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (...</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/990e325d72b96e3d8e34d2dc5224a64a444c5d12"><code>990e325</code></a> fix: redundant minus sign added to negative integers when multiplie by -1</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/e5e09e9e815010a6ab562d17c3ead4034fba6d19"><code>e5e09e9</code></a> chore: switch to ruff lint and format</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/bf01a25e26e5968c0fcb515f0513b9f88ab83e03"><code>bf01a25</code></a> fix: don't add sign if the float is negative (<a href="https://redirect.github.com/sdispater/tomlkit/issues/345">#345</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/059fab2227a23215595894db66f8f731abe8387b"><code>059fab2</code></a> chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/344">#344</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/6351f3d68dbc3d67ccfc20b7b0b79479d7fb982a"><code>6351f3d</code></a> fix: CI workflow for macos (<a href="https://redirect.github.com/sdispater/tomlkit/issues/342">#342</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/3711b066f1da9850cbd5053e2ffcb492ea54a8cc"><code>3711b06</code></a> fix: linter errors caused by black</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/dab2da8ea684eee0278119fb5b6e88948a0aed26"><code>dab2da8</code></a> chore(deps-dev): bump idna from 3.4 to 3.7 (<a href="https://redirect.github.com/sdispater/tomlkit/issues/339">#339</a>)</li> <li><a href="https://github.com/python-poetry/tomlkit/commit/4f2ae7f255611036bc2ff1f0b300e2ea43d7bf6b"><code>4f2ae7f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/sdispater/tomlkit/issues/337">#337</a>)</li> <li>See full diff in <a href="https://github.com/sdispater/tomlkit/compare/0.12.4...0.12.5">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.4&new-version=0.12.5)](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-05-08 17:15:21 +02:00
sonarqubecloud[bot] commented 2024-05-08 17:16:58 +02:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted 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_webexmemebot&pullRequest=231) **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=231&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=231&metric=new_accepted_issues&view=list) 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=231&resolved=false&sinceLeakPeriod=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_webexmemebot&pullRequest=231)
Sign in to join this conversation.
No description provided.