dependabot[bot] opened a new pull request, #19896:
URL: https://github.com/apache/datafusion/pull/19896

   Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 
4.0.1 to 5.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/executablebooks/MyST-Parser/releases";>myst-parser's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.0</h2>
   <h1>MyST-Parser 5.0.0</h1>
   <p><strong>Release Date</strong>: 2026-01-15</p>
   <p>This release significantly bumps the supported versions of core 
dependencies:</p>
   <h2>‼️ Breaking Changes</h2>
   <p>This release updates the minimum supported versions:</p>
   <ul>
   <li><strong>Python</strong>: <code>&gt;=3.11</code> (dropped Python 3.10, 
tests up to 3.14)</li>
   <li><strong>Sphinx</strong>: <code>&gt;=8,&lt;10</code> (dropped Sphinx 7, 
added Sphinx 9)</li>
   <li><strong>Docutils</strong>: <code>&gt;=0.20,&lt;0.23</code> (dropped 
docutils 0.19, added docutils 0.22)</li>
   <li><strong>markdown-it-py</strong>: <code>~=4.0</code> (upgraded from 
v3)</li>
   </ul>
   <h2>⬆️ Dependency Upgrades</h2>
   <ul>
   <li>⬆️ Upgrade to markdown-it-py v4 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1060";>#1060</a></li>
   <li>⬆️ Drop Python 3.10 and Sphinx 7 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1059";>#1059</a></li>
   <li>⬆️ Drop docutils 0.19 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1061";>#1061</a></li>
   <li>⬆️ Add support for Python 3.14 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1075";>#1075</a></li>
   <li>⬆️ Support Sphinx v9 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1076";>#1076</a></li>
   <li>⬆️ Allow docutils 0.22 by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1084";>#1084</a></li>
   </ul>
   <h2>👌 Improvements</h2>
   <ul>
   <li>👌 Improve generation of meta nodes by <a 
href="https://github.com/AA-Turner";><code>@​AA-Turner</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1080";>#1080</a></li>
   </ul>
   <h2>📚 Documentation</h2>
   <ul>
   <li>📚 Fix typo in tables.md by <a 
href="https://github.com/electricalgorithm";><code>@​electricalgorithm</code></a>
 in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1034";>#1034</a></li>
   <li>📚 Fix minor typo in <code>cross-referencing.md</code> by <a 
href="https://github.com/krassowski";><code>@​krassowski</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1036";>#1036</a></li>
   </ul>
   <h2>🔧 Internal / Maintenance</h2>
   <ul>
   <li>🔧 Update pre-commit by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1058";>#1058</a></li>
   <li>🔧 Add <code>AGENTS.md</code> by <a 
href="https://github.com/chrisjsewell";><code>@​chrisjsewell</code></a> in <a 
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1083";>#1083</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/executablebooks/MyST-Parser/compare/v4.0.1...v5.0.0";>v4.0.1...v5.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md";>myst-parser's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.0.0 - 2026-01-15</h2>
   <p>This release significantly bumps the supported versions of core 
dependencies:</p>
   <h3>‼️ Breaking Changes</h3>
   <p>This release updates the minimum supported versions:</p>
   <ul>
   <li><strong>Python</strong>: <code>&gt;=3.11</code> (dropped Python 3.10, 
tests up to 3.14)</li>
   <li><strong>Sphinx</strong>: <code>&gt;=8,&lt;10</code> (dropped Sphinx 7, 
added Sphinx 9)</li>
   <li><strong>Docutils</strong>: <code>&gt;=0.20,&lt;0.23</code> (dropped 
docutils 0.19, added docutils 0.22)</li>
   <li><strong>markdown-it-py</strong>: <code>~=4.0</code> (upgraded from 
v3)</li>
   </ul>
   <h3>⬆️ Dependency Upgrades</h3>
   <ul>
   <li>⬆️ Upgrade to markdown-it-py v4 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1060">gh-pr:1060</a></li>
   <li>⬆️ Drop Python 3.10 and Sphinx 7 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1059">gh-pr:1059</a></li>
   <li>⬆️ Drop docutils 0.19 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1061">gh-pr:1061</a></li>
   <li>⬆️ Add support for Python 3.14 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1075">gh-pr:1075</a></li>
   <li>⬆️ Support Sphinx v9 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1076">gh-pr:1076</a></li>
   <li>⬆️ Allow docutils 0.22 by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1084">gh-pr:1084</a></li>
   </ul>
   <h3>👌 Improvements</h3>
   <ul>
   <li>👌 Improve generation of meta nodes by <a 
href="gh-user:AA-Turner">gh-user:AA-Turner</a> in <a 
href="gh-pr:1080">gh-pr:1080</a></li>
   </ul>
   <h3>📚 Documentation</h3>
   <ul>
   <li>📚 Fix typo in tables.md by <a 
href="gh-user:electricalgorithm">gh-user:electricalgorithm</a> in <a 
href="gh-pr:1034">gh-pr:1034</a></li>
   <li>📚 Fix minor typo in <code>cross-referencing.md</code> by <a 
href="gh-user:krassowski">gh-user:krassowski</a> in <a 
href="gh-pr:1036">gh-pr:1036</a></li>
   </ul>
   <h3>🔧 Internal / Maintenance</h3>
   <ul>
   <li>🔧 Update pre-commit by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1058">gh-pr:1058</a></li>
   <li>🔧 Add <code>AGENTS.md</code> by <a 
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a 
href="gh-pr:1083">gh-pr:1083</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/executablebooks/MyST-Parser/compare/v4.0.1...v5.0.0";>v4.0.1...v5.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/a139a1fd47277c5adcb7ec033e9f4ad52e6c779e";><code>a139a1f</code></a>
 🚀 Release v5.0.0 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1085";>#1085</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/540511016f1f7a791b300201b069c05cf76b6b65";><code>5405110</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1071";>#1071</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/19512c00ae2b4af7866850305d63c7a08f81684f";><code>19512c0</code></a>
 ⬆️ Allow docutils 0.22 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1084";>#1084</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/a9e529f279ebd3192b870632e92d47036b75d240";><code>a9e529f</code></a>
 ⬆️ Support Sphinx v9 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1076";>#1076</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/fcf78ca56fafd4454e3537cc8728e9af6b1052d0";><code>fcf78ca</code></a>
 👌 Improve generation of meta nodes (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1080";>#1080</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/e0fc7a32ae6dee181213b86c6f85195bc08b2706";><code>e0fc7a3</code></a>
 🔧 Add <code>AGENTS.md</code> (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1083";>#1083</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/59d5384732ea25c9a4d7e8615ee74b97631326da";><code>59d5384</code></a>
 ⬆️ Add support for Python 3.14 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1075";>#1075</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/7b7d961c12c1bf267dc5f87f69f87c603f18c8b9";><code>7b7d961</code></a>
 ⬆️ Update pytest requirement from &lt;9,&gt;=8 to &gt;=9,&lt;10 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1063";>#1063</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/3342a3c7d89dfd8de6a09bbf17bc9134160fe609";><code>3342a3c</code></a>
 ⬆️ Update sphinxext-opengraph requirement from ~=0.9.0 to ~=0.13.0 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1066";>#1066</a>)</li>
   <li><a 
href="https://github.com/executablebooks/MyST-Parser/commit/2cf85deb227418c20fef5e9550a6f7e6671f6d4a";><code>2cf85de</code></a>
 ⬆️ Update sphinxext-rediraffe requirement from ~=0.2.7 to ~=0.3.0 (<a 
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1064";>#1064</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/executablebooks/MyST-Parser/compare/v4.0.1...v5.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=myst-parser&package-manager=pip&previous-version=4.0.1&new-version=5.0.0)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to