Skip to content

Commit

Permalink
Bump tomlkit from 0.12.3 to 0.12.4 in /external/price_server (#102)
Browse files Browse the repository at this point in the history
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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent c322c28 commit 785c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/price_server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pylint==3.0.3
pynvim==0.5.0
six==1.16.0
tomli==2.0.1
tomlkit==0.12.3
tomlkit==0.12.4
typing_extensions==4.10.0
Werkzeug==3.0.1
wrapt==1.16.0
Expand Down

0 comments on commit 785c90d

Please sign in to comment.