Skip to content

Commit

Permalink
Bump tomlkit from 0.12.2 to 0.12.3 (#270)
Browse files Browse the repository at this point in the history
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.2 to
0.12.3.
<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.3</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/sdispater/tomlkit/pull/320">sdispater/tomlkit#320</a></li>
<li>fix: Newline lost when updating a table by <a
href="https://github.com/frostming"><code>@​frostming</code></a> in <a
href="https://redirect.github.com/sdispater/tomlkit/pull/323">sdispater/tomlkit#323</a></li>
<li>fix: Significant slowdown on nested tables depending on syntax by <a
href="https://github.com/frostming"><code>@​frostming</code></a> in <a
href="https://redirect.github.com/sdispater/tomlkit/pull/324">sdispater/tomlkit#324</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sdispater/tomlkit/compare/0.12.2...0.12.3">https://github.com/sdispater/tomlkit/compare/0.12.2...0.12.3</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.3] - 2023-11-15</h2>
<h3>Fixed</h3>
<ul>
<li>Improve the performance when parsing a table with nested dotted
keys. (<a
href="https://redirect.github.com/sdispater/tomlkit/issues/193">#193</a>)</li>
<li>Keep the newlines when replacing a table. (<a
href="https://redirect.github.com/sdispater/tomlkit/issues/323">#323</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sdispater/tomlkit/commit/a678c2f665a2f52c43b204dd70b2aa677331a423"><code>a678c2f</code></a>
chore: bump version to 0.12.3</li>
<li><a
href="https://github.com/sdispater/tomlkit/commit/238fec168d334a612e5a6cefe4437887ba6ae921"><code>238fec1</code></a>
fix: Significant slowdown on nested tables depending on syntax (<a
href="https://redirect.github.com/sdispater/tomlkit/issues/324">#324</a>)</li>
<li><a
href="https://github.com/sdispater/tomlkit/commit/e9ccbe7f3eacbbe3e39d68d9bb4c3f0552f1b8f2"><code>e9ccbe7</code></a>
fix: Newline lost when updating a table (<a
href="https://redirect.github.com/sdispater/tomlkit/issues/323">#323</a>)</li>
<li><a
href="https://github.com/sdispater/tomlkit/commit/524995dd5789b9f5ae043b0eebd44118d202ada2"><code>524995d</code></a>
chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 (<a
href="https://redirect.github.com/sdispater/tomlkit/issues/320">#320</a>)</li>
<li>See full diff in <a
href="https://github.com/sdispater/tomlkit/compare/0.12.2...0.12.3">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.2&new-version=0.12.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent aacd9f5 commit 74913d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requests==2.31.0
six==1.16.0
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.2
tomlkit==0.12.3
typing_extensions==4.8.0
ujson==5.8.0
urllib3==2.0.7
Expand Down

0 comments on commit 74913d8

Please sign in to comment.