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

   Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sphinx-doc/sphinx/releases";>sphinx's 
releases</a>.</em></p>
   <blockquote>
   <h2>Sphinx 9.0.0</h2>
   <p>Changelog: <a 
href="https://www.sphinx-doc.org/en/master/changes.html";>https://www.sphinx-doc.org/en/master/changes.html</a></p>
   <h2>Dependencies</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13786";>#13786</a>: 
Support <a 
href="https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-22-2026-07-29";>Docutils
 0.22</a>. Patch by Adam Turner.</li>
   </ul>
   <h2>Incompatible changes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13639";>#13639</a>: 
<code>SphinxComponentRegistry.create_source_parser</code> no longer
   has an <em>app</em> parameter, instead taking <em>config</em> and 
<em>env</em>.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13679";>#13679</a>: 
Non-decodable characters in source files now raise an error.
   Such bytes have been replaced with '?' along with logging a warning
   since Sphinx 2.0.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13751";>#13751</a>, 
<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/14089";>#14089</a>: 
<code>sphinx.ext.autodoc</code> has been substantially rewritten,
   and there may be some incompatible changes in edge cases, especially when
   extensions interact with autodoc internals.
   The <code>autodoc_use_legacy_class_based</code> option has been added to
   use the legacy (pre-9.0) implementation of autodoc.
   Patches by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13355";>#13355</a>: 
Don't include escaped title content in the search index.
   Patch by Will Lachance.</li>
   </ul>
   <h2>Deprecated</h2>
   <ul>
   <li>13627: Deprecate remaining public <code>app</code> attributes,
   including <code>builder.app</code>, <code>env.app</code>, 
<code>events.app</code>,
   and <code>SphinxTransform.app</code>.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13637";>#13637</a>: 
Deprecate the <code>set_application</code> method
   of <code>Parser</code> objects.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13644";>#13644</a>: 
Deprecate the <code>Parser.config</code> and <code>env</code> attributes.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13665";>#13665</a>: 
Deprecate support for non-UTF 8 source encodings,
   scheduled for removal in Sphinx 10.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13682";>#13682</a>: 
Deprecate <code>sphinx.io</code>.
   Sphinx no longer uses the <code>sphinx.io</code> classes,
   having replaced them with standard Python I/O.
   The entire <code>sphinx.io</code> module will be removed in Sphinx 10.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13631";>#13631</a>: 
<code>sphinx.environment.adapters.toctree.global_toctree_for_doc</code>
   and 
<code>sphinx.environment.BuildEnvironment.get_and_resolve_doctree</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst";>sphinx's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Release 9.0.0 (released Nov 30, 2025)</h1>
   <h2>Dependencies</h2>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13786";>#13786</a>: 
Support <code>Docutils 0.22</code>_. Patch by Adam Turner.</p>
   <p>.. _Docutils 0.22: <a 
href="https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-22-2026-07-29";>https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-22-2026-07-29</a></p>
   </li>
   </ul>
   <h2>Incompatible changes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13639";>#13639</a>: 
:py:meth:<code>!SphinxComponentRegistry.create_source_parser</code> no longer
   has an <em>app</em> parameter, instead taking <em>config</em> and 
<em>env</em>.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13679";>#13679</a>: 
Non-decodable characters in source files now raise an error.
   Such bytes have been replaced with '?' along with logging a warning
   since Sphinx 2.0.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13751";>#13751</a>, 
<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/14089";>#14089</a>: 
:mod:<code>sphinx.ext.autodoc</code> has been substantially rewritten,
   and there may be some incompatible changes in edge cases, especially when
   extensions interact with autodoc internals.
   The :confval:<code>autodoc_use_legacy_class_based</code> option has been 
added to
   use the legacy (pre-9.0) implementation of autodoc.
   Patches by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13355";>#13355</a>: 
Don't include escaped title content in the search index.
   Patch by Will Lachance.</li>
   </ul>
   <h2>Deprecated</h2>
   <ul>
   <li>13627: Deprecate remaining public :py:attr:<code>!.app</code> attributes,
   including <code>builder.app</code>, <code>env.app</code>, 
<code>events.app</code>,
   and <code>SphinxTransform.app</code>.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13637";>#13637</a>: 
Deprecate the :py:meth:<code>!set_application</code> method
   of :py:class:<code>~sphinx.parsers.Parser</code> objects.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13644";>#13644</a>: 
Deprecate the :py:attr:<code>!Parser.config</code> and 
:py:attr:<code>!env</code> attributes.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13665";>#13665</a>: 
Deprecate support for non-UTF 8 source encodings,
   scheduled for removal in Sphinx 10.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13682";>#13682</a>: 
Deprecate :py:mod:<code>!sphinx.io</code>.
   Sphinx no longer uses the :py:mod:<code>!sphinx.io</code> classes,
   having replaced them with standard Python I/O.
   The entire :py:mod:<code>!sphinx.io</code> module will be removed in Sphinx 
10.
   Patch by Adam Turner.</li>
   <li><a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13631";>#13631</a>: 
:func:<code>!sphinx.environment.adapters.toctree.global_toctree_for_doc</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/aea90c92aadb186b82e96c2b7ad6f2b865f70df1";><code>aea90c9</code></a>
 Bump to 9.0.0 final</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/28c31aa5765b816654a90e251ad3c5ca996ee829";><code>28c31aa</code></a>
 Fix CHANGES entry for non-decodable bytes</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/a22dfabe03b15f98e81f602124668ee460e5fdce";><code>a22dfab</code></a>
 Permit filtering warnings generated during source code parsing (<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13894";>#13894</a>)</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/2d0a416c9bad52b729f671644d8039dd42a4d5dc";><code>2d0a416</code></a>
 Fix intersphinx file cache (<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/14130";>#14130</a>)</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/3cd545fad2921b872e6619c07b9409458bea2334";><code>3cd545f</code></a>
 Bump version</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/17380a536d0238f27609545f04b76338c3067987";><code>17380a5</code></a>
 Bump to 9.0.0 candidate 4</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/4a3bd13b6a662227b1cc20d8e2bcd443c3e6abd0";><code>4a3bd13</code></a>
 js domain: Remove extra brackets from function arguments and errors (<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/13569";>#13569</a>)</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/4f23c9930091e20fb8956a059accebd30e1c422a";><code>4f23c99</code></a>
 Fix .gitattributes for latin-1 encoded files</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/766976f6a854f88859e1a29b19ec142426738346";><code>766976f</code></a>
 Run the ty type checker in CI (<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/14129";>#14129</a>)</li>
   <li><a 
href="https://github.com/sphinx-doc/sphinx/commit/2ac430c6df2ebd2bf3205386b8464ffb3df69035";><code>2ac430c</code></a>
 Fix autodoc event handler in sphinx.ext.napoleon (<a 
href="https://redirect.github.com/sphinx-doc/sphinx/issues/14127";>#14127</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sphinx-doc/sphinx/compare/v8.2.3...v9.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx&package-manager=pip&previous-version=8.2.3&new-version=9.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