Bump mistune from 2.0.3 to 3.1.4 (#32137)
Bumps [mistune](https://github.com/lepture/mistune) from 2.0.3 to 3.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lepture/mistune/releases">mistune's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Add fenced directive break rule in list parser, <a
href="https://redirect.github.com/lepture/mistune/issues/412">#412</a>
- by <a href="https://github.com/lepture"><code>@lepture</code></a>
in <a
href="https://redirect.github.com/lepture/mistune/issues/412">lepture/mistune#412</a>
<a href="https://github.com/lepture/mistune/commit/ea3ecaf"><!-- raw
HTML omitted -->(ea3ec)<!-- raw HTML omitted --></a></li>
<li>Prevent remove unicode whitespace when parsing atx heading - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/9e72063"><!-- raw HTML
omitted -->(9e720)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.1.3...v3.1.4">View
changes on GitHub</a></h5>
<h2>v3.1.3</h2>
<h3> 🚀 Features</h3>
<ul>
<li>Announce supports for python 3.12 and 3.13 - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/ff83129"><!-- raw HTML
omitted -->(ff831)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.1.2...v3.1.3">View
changes on GitHub</a></h5>
<h2>v3.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>plugin</strong>: Fix footnote plugins when rendering ast -
by <a href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/a728952"><!-- raw HTML
omitted -->(a7289)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.1.1...v3.1.2">View
changes on GitHub</a></h5>
<h2>v3.1.1</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Change attribute name from markdown to md in the Plugin class - by
<a href="https://github.com/impocode"><code>@impocode</code></a> <a
href="https://github.com/lepture/mistune/commit/f86ad48"><!-- raw HTML
omitted -->(f86ad)<!-- raw HTML omitted --></a></li>
<li>Improve ruby plugin - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/34f5a77"><!-- raw HTML
omitted -->(34f5a)<!-- raw HTML omitted --></a></li>
<li>Fix render_toc_url method for rendering empty iterable, via <a
href="https://redirect.github.com/lepture/mistune/issues/407">#407</a>
- by <a href="https://github.com/lepture"><code>@lepture</code></a>
in <a
href="https://redirect.github.com/lepture/mistune/issues/407">lepture/mistune#407</a>
<a href="https://github.com/lepture/mistune/commit/ac53009"><!-- raw
HTML omitted -->(ac530)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.1.0...v3.1.1">View
changes on GitHub</a></h5>
<h2>v3.1.0</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Add typing-extensions into dependencies - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/93fd197"><!-- raw HTML
omitted -->(93fd1)<!-- raw HTML omitted --></a></li>
<li>Cleanup unused imports - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/6d04695"><!-- raw HTML
omitted -->(6d046)<!-- raw HTML omitted --></a></li>
<li>Make typing-extension optional dependency - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/f7db503"><!-- raw HTML
omitted -->(f7db5)<!-- raw HTML omitted --></a></li>
<li>Importing Self from typing_extensions - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/0772c78"><!-- raw HTML
omitted -->(0772c)<!-- raw HTML omitted --></a></li>
<li>Only HTML-escape codespan in HTML render - by <a
href="https://github.com/mentalisttraceur"><code>@mentalisttraceur</code></a>
<a href="https://github.com/lepture/mistune/commit/245c006"><!-- raw
HTML omitted -->(245c0)<!-- raw HTML omitted --></a></li>
<li>Only HTML-escape URLs when rendering to HTML - by <a
href="https://github.com/mentalisttraceur"><code>@mentalisttraceur</code></a>
<a href="https://github.com/lepture/mistune/commit/f423704"><!-- raw
HTML omitted -->(f4237)<!-- raw HTML omitted --></a></li>
<li>Use correct importing for typing_extensions - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/4f91db8"><!-- raw HTML
omitted -->(4f91d)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.0.2...v3.1.0">View
changes on GitHub</a></h5>
<h2>v3.0.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Fix RecursionError for lists - by <a
href="https://github.com/lepture"><code>@lepture</code></a> <a
href="https://github.com/lepture/mistune/commit/44cc62b"><!-- raw HTML
omitted -->(44cc6)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/lepture/mistune/compare/v3.0.1...v3.0.2">View
changes on GitHub</a></h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lepture/mistune/blob/main/docs/changes.rst">mistune's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.1.4</h2>
<p><strong>Released on Aug 29, 2025</strong></p>
<ul>
<li>Add fenced directive break rule in list parser.</li>
<li>Prevent removing unicode whitespace when parsing atx heading.</li>
</ul>
<h2>Version 3.1.3</h2>
<p><strong>Released on Mar 19, 2025</strong></p>
<ul>
<li>Announce supports for python 3.12 and 3.13</li>
</ul>
<h2>Version 3.1.2</h2>
<p><strong>Released on Feb 19, 2025</strong></p>
<ul>
<li>Fix <code>footnotes</code> plugin for AST renderer</li>
</ul>
<h2>Version 3.1.1</h2>
<p><strong>Released on Jan 28, 2025</strong></p>
<ul>
<li>Fix <code>render_toc_ul</code> method for empty iterable</li>
<li>Fix ruby plugin's regex pattern and HTML rendering</li>
</ul>
<h2>Version 3.1.0</h2>
<p><strong>Released on Dec 30, 2024</strong></p>
<ul>
<li>Fix only HTML-escape URLs when rendering to HTML</li>
<li>Add block_quote prefix on empty lines too</li>
</ul>
<h2>Version 3.0.2</h2>
<p><strong>Released on Sep 30, 2023</strong></p>
<ul>
<li>Fix list parser to avoid RecursionError</li>
</ul>
<h2>Version 3.0.1</h2>
<p><strong>Released on Jun 10, 2023</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lepture/mistune/commit/b6d83e82cfa781285d77ab4f719b18b9559603b5"><code>b6d83e8</code></a>
chore: release 3.1.4</li>
<li><a
href="https://github.com/lepture/mistune/commit/d7e33eb931c61b1d4e206af225678c898e0efa2d"><code>d7e33eb</code></a>
tests: add test case for <a
href="https://redirect.github.com/lepture/mistune/issues/414">#414</a></li>
<li><a
href="https://github.com/lepture/mistune/commit/9e72063501c6b899945c1d69b785eef9ce6a36df"><code>9e72063</code></a>
fix: prevent remove unicode whitespace when parsing atx heading</li>
<li><a
href="https://github.com/lepture/mistune/commit/cd1ad9183bc9a08366270cd442f6d26525fba8f7"><code>cd1ad91</code></a>
chore: update readme</li>
<li><a
href="https://github.com/lepture/mistune/commit/e8d0a030ce2dd8e7a034fcf61c5f6a29ff677fdf"><code>e8d0a03</code></a>
Merge pull request <a
href="https://redirect.github.com/lepture/mistune/issues/418">#418</a>
from fernandonino/patch-1</li>
<li><a
href="https://github.com/lepture/mistune/commit/293fb8de1e475ed51d99e2bd6c2825b5777bc44c"><code>293fb8d</code></a>
Update community.rst</li>
<li><a
href="https://github.com/lepture/mistune/commit/ea3ecaf4a5a6667de47f061b1b9a692d2952ad93"><code>ea3ecaf</code></a>
fix: add fenced directive break rule in list parser, <a
href="https://redirect.github.com/lepture/mistune/issues/412">#412</a></li>
<li><a
href="https://github.com/lepture/mistune/commit/45e4de61b8897fe5b0458d5ebe3d3cc7bde408d2"><code>45e4de6</code></a>
chore: release 3.1.3</li>
<li><a
href="https://github.com/lepture/mistune/commit/90e9c57ba28fd39101250dc3b933c12b703d199e"><code>90e9c57</code></a>
chore: use ruff format</li>
<li><a
href="https://github.com/lepture/mistune/commit/ff8312943e0509b74662a1c4be12514d70a1845a"><code>ff83129</code></a>
feat: announce supports for python 3.12 and 3.13</li>
<li>Additional commits viewable in <a
href="https://github.com/lepture/mistune/compare/v2.0.3...v3.1.4">compare
view</a></li>
</ul>
</details>
<br />
[](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>