Skip to content

Commit f08e33f

Browse files
Bump the llvm-docs-requirements group across 1 directory with 18 updates (#15566)
Bumps the llvm-docs-requirements group with 18 updates in the /llvm/docs directory: | Package | From | To | | --- | --- | --- | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` | | [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) | `0.17.0` | `0.18.0` | | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.8` | `2.0.0` | | [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.8.6` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `3.0.1` | `4.0.0` | | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.16` | `1.0.0` | | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` | | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.6` | `2.0.0` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.5` | `2.1.0` | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.7` | `2.0.0` | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.10` | `2.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | Updates `sphinx` from 7.3.7 to 8.0.2 <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 8.0.2</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>Sphinx 8.0.1</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>Sphinx 8.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/12633">#12633</a>: Drop Python 3.9 support.</li> </ul> <h2>Incompatible changes</h2> <ul> <li> <p>Remove deprecated functions from <code>sphinx.util</code>:</p> <ul> <li>Removed <code>sphinx.util.path_stabilize</code> (use <code>sphinx.util.osutil.path_stabilize</code>).</li> <li>Removed <code>sphinx.util.display_chunk</code> (use <code>sphinx.util.display.display_chunk</code>).</li> <li>Removed <code>sphinx.util.status_iterator</code> (use <code>sphinx.util.display.status_iterator</code>).</li> <li>Removed <code>sphinx.util.SkipProgressMessage</code> (use <code>sphinx.util.display.SkipProgressMessage</code>).</li> <li>Removed <code>sphinx.util.progress_message</code> (use <code>sphinx.util.display.progress_message</code>).</li> <li>Removed <code>sphinx.util.epoch_to_rfc1123</code> (use <code>sphinx.http_date.epoch_to_rfc1123</code>).</li> <li>Removed <code>sphinx.util.rfc1123_to_epoch</code> (use <code>sphinx.http_date.rfc1123_to_epoch</code>).</li> <li>Removed <code>sphinx.util.save_traceback</code> (use <code>sphinx.exceptions.save_traceback</code>).</li> <li>Removed <code>sphinx.util.format_exception_cut_frames</code> (use <code>sphinx.exceptions.format_exception_cut_frames</code>).</li> <li>Removed <code>sphinx.util.xmlname_checker</code> (use <code>sphinx.builders.epub3._XML_NAME_PATTERN</code>).</li> </ul> <p>Patch by Adam Turner.</p> </li> <li> <p>Removed <code>sphinx.util.osutil.cd</code> (use <code>contextlib.chdir</code>). Patch by Adam Turner.</p> </li> <li> <p>Removed <code>sphinx.util.typing.stringify</code> (use <code>sphinx.util.typing.stringify_annotation</code>). Patch by Adam Turner.</p> </li> <li> <p><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12593">#12593</a>: Raise an error for invalid <code>html_sidebars</code> values. Patch by Adam Turner.</p> </li> <li> <p><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12593">#12593</a>: Raise an error in <code>Theme.get_config</code> for invalid sections.</p> </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/v8.0.2/CHANGES.rst">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 8.0.2 (released Jul 30, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li>Fix the <code>pygments.Formatter.__class_getitem__</code> patch. Patch by Adam Turner.</li> </ul> <h1>Release 8.0.1 (released Jul 30, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li>Patch <code>pygments.Formatter.__class_getitem__</code> in Pygments 2.17. Patch by Adam Turner.</li> </ul> <h1>Release 8.0.0 (released Jul 29, 2024)</h1> <h2>Dependencies</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12633">#12633</a>: Drop Python 3.9 support.</li> </ul> <h2>Incompatible changes</h2> <p>.. rst-class:: compact</p> <ul> <li> <p>Remove deprecated functions from <code>sphinx.util</code>:</p> <ul> <li>Removed <code>sphinx.util.path_stabilize</code> (use <code>sphinx.util.osutil.path_stabilize</code>).</li> <li>Removed <code>sphinx.util.display_chunk</code> (use <code>sphinx.util.display.display_chunk</code>).</li> <li>Removed <code>sphinx.util.status_iterator</code> (use <code>sphinx.util.display.status_iterator</code>).</li> <li>Removed <code>sphinx.util.SkipProgressMessage</code> (use <code>sphinx.util.display.SkipProgressMessage</code>).</li> <li>Removed <code>sphinx.util.progress_message</code> (use <code>sphinx.util.display.progress_message</code>).</li> <li>Removed <code>sphinx.util.epoch_to_rfc1123</code> (use <code>sphinx.http_date.epoch_to_rfc1123</code>).</li> <li>Removed <code>sphinx.util.rfc1123_to_epoch</code> (use <code>sphinx.http_date.rfc1123_to_epoch</code>).</li> <li>Removed <code>sphinx.util.save_traceback</code> (use <code>sphinx.exceptions.save_traceback</code>).</li> <li>Removed <code>sphinx.util.format_exception_cut_frames</code></li> </ul> </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/043750e406d8fe03953f5b565b36e05aef6866ec"><code>043750e</code></a> Bump to 8.0.2 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/cee9efc0ab3068e05a853ffb27c82ada869372fe"><code>cee9efc</code></a> Use <code>classmethod</code> for a class method</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/16fed3576ca76ebdbc5cfe3eada743fb4fff7928"><code>16fed35</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/d9bda77b79b054dc19aec679b179d8b8eaf6e165"><code>d9bda77</code></a> Bump to 8.0.1 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/006a6a7fcf680bed229dbb58bdda1af06dd68d87"><code>006a6a7</code></a> Fix Flake8</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/d0915ab25b7214ca6441a6bb93fe1f939d915237"><code>d0915ab</code></a> Fix mypy</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/865b513cf2c88d3e30450718914aa896d90fd14e"><code>865b513</code></a> Patch <code>pygments.Formatter.__class_getitem__</code> in Pygments 2.17</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/f1d3c3f465b7239bf0f34de8e5b80e694c1474e2"><code>f1d3c3f</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/0e8a6383be58ed1528c26a924abb73c0b4672e69"><code>0e8a638</code></a> Bump to 8.0.0 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/5750d0e3fe8905fb582a6db95512f28b4c26159e"><code>5750d0e</code></a> [bot]: Update message catalogues (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12641">#12641</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2">compare view</a></li> </ul> </details> <br /> Updates `sphinx-automodapi` from 0.17.0 to 0.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astropy/sphinx-automodapi/releases">sphinx-automodapi's releases</a>.</em></p> <blockquote> <h2>v0.18.0 Release Notes</h2> <h2>What's Changed</h2> <ul> <li>Add sort option to automodsumm by <a href="https://github.com/nstarman"><code>@​nstarman</code></a> in <a href="https://redirect.github.com/astropy/sphinx-automodapi/pull/182">astropy/sphinx-automodapi#182</a></li> <li>MAINT: adding sphinx 8.0.x to the testing matrix by <a href="https://github.com/bsipocz"><code>@​bsipocz</code></a> in <a href="https://redirect.github.com/astropy/sphinx-automodapi/pull/189">astropy/sphinx-automodapi#189</a></li> <li>Added test case for importing a class from a private submodule into a public one by <a href="https://github.com/astrofrog"><code>@​astrofrog</code></a> in <a href="https://redirect.github.com/astropy/sphinx-automodapi/pull/190">astropy/sphinx-automodapi#190</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nstarman"><code>@​nstarman</code></a> made their first contribution in <a href="https://redirect.github.com/astropy/sphinx-automodapi/pull/182">astropy/sphinx-automodapi#182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0">https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst">sphinx-automodapi's changelog</a>.</em></p> <blockquote> <h2>0.18.0 (2024-09-13)</h2> <ul> <li>Fixed an issue where items defined in <code>__all__</code> but originally imported from elsewhere, e.g. a private module, were not documented. <a href="https://redirect.github.com/astropy/sphinx-automodapi/issues/190">#190</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/e07759cb6e97f69856201602627e89a3311969a3"><code>e07759c</code></a> Finalizing change log for 0.18.0</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/2e1f9e0c7112648e62c40a51095edb25e9a4fede"><code>2e1f9e0</code></a> Merge pull request <a href="https://redirect.github.com/astropy/sphinx-automodapi/issues/190">#190</a> from astrofrog/import-private-into-public</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/76731714765961d3e03ddcb63e1720e9e1a462a5"><code>7673171</code></a> Include a class imported from a public submodule too</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/23d4849a92f581813fef248aedf116af14624ee2"><code>23d4849</code></a> Add missing {posargs} in tox.ini</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/c7e52e156b8bb00eec8a5ee41cdcaa7f80b263ed"><code>c7e52e1</code></a> Added changelog entry</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/baa2716c7bf616bda97cc68b7f99c85a5d94e418"><code>baa2716</code></a> <strong>all</strong> should take precedence over onlylocals for determining what is public</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/1775419e667c17b00d7a00a3ef9945d5086ffa45"><code>1775419</code></a> Added regression test for importing a class from a private submodule into a p...</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/7e5e6fafb32bd80caefb0e1f577850cb6de8779d"><code>7e5e6fa</code></a> Merge pull request <a href="https://redirect.github.com/astropy/sphinx-automodapi/issues/189">#189</a> from bsipocz/MAINT_adding_sphinx8</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/d671dd5ffaadd71869a4db8c3879855645bdb522"><code>d671dd5</code></a> MAINT: adding sphinx 8.0.x to the testing matrix</li> <li><a href="https://github.com/astropy/sphinx-automodapi/commit/e7c3b5c620b28eaef711692335d481e097f2dfc4"><code>e7c3b5c</code></a> Add sort option to automodsumm (<a href="https://redirect.github.com/astropy/sphinx-automodapi/issues/182">#182</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-applehelp` from 1.0.8 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases">sphinxcontrib-applehelp's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-applehelp 2.0.0</h2> <p>Changelog: <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst">sphinxcontrib-applehelp's changelog</a>.</em></p> <blockquote> <h1>Release 2.0.0 (2024-07-28)</h1> <ul> <li>Adopt Ruff</li> <li>Tighten MyPy settings</li> <li>Update GitHub actions versions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/f4f9d900b238d03da601bf7c75cff5bcbcee6d7c"><code>f4f9d90</code></a> Bump to 2.0.0</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/a3e76fcf6c65a18053cf865abc6d05f7598bf410"><code>a3e76fc</code></a> Update CHANGES links</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/2292a12982a0b6d58d26747988c069cedbfdc2a5"><code>2292a12</code></a> Rename LICENSE to LICENCE.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/e9efbd43069975476284fe8fd95da3c01271bf77"><code>e9efbd4</code></a> Rename CHANGES to CHANGES.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/0544c40957dafb453ce3fdff09768de9dc21a344"><code>0544c40</code></a> Run CI with Python 3.12 releases</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/4e9b50579ecd5f4198ca999461d81569dccecf8f"><code>4e9b505</code></a> Run mypy without command-line options</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/5f01d2783e68d691f086401af7d69b8c526fc859"><code>5f01d27</code></a> Use the latest GitHub actions versions</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/5b535000130cdea7a24c00f9ea5b5b5a34ccc30b"><code>5b53500</code></a> Enable GitHub's dependabot package update service</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/d51bb2b03d2ee12a997741626a79c0ad2f8716e7"><code>d51bb2b</code></a> Adopt Ruff and use stricter MyPy settings</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/fbc12daa3b908d67bf899a129c98c12f03031f27"><code>fbc12da</code></a> Update .gitignore</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.8...2.0.0">compare view</a></li> </ul> </details> <br /> Updates `furo` from 2024.5.6 to 2024.8.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pradyunsg/furo/blob/main/docs/changelog.md">furo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <!-- raw HTML omitted --> <h2>2024.08.06 -- Energetic Eminence</h2> <ul> <li>✨ Add support for Sphinx 8</li> <li>✨ Add smoother transitions between breakpoints</li> <li>Increase specificity of table-wrapper selector</li> <li>Avoid page breaks inside paragraphs</li> </ul> <h2>2024.07.18 -- Dull Denim</h2> <ul> <li>Improve how icons are handled and aligned.</li> <li>Improve scroll event handler.</li> <li>Hide the copybutton by default.</li> <li>Fix <code>source_view_link</code> configuration handling.</li> <li>Fix close tag on pencil icon.</li> </ul> <h2>2024.05.06 -- Cheerful Cerulean</h2> <ul> <li>✨ Add new custom icons for auto mode, reflecting the currently active theme.</li> <li>✨ Add a view this page button.</li> <li>✨ Add colours and highlighting to &quot;version modified&quot; API helpers.</li> <li>✨ Add release information to various customisation knobs.</li> <li>Make all icons bigger and use a thinner stroke with them.</li> </ul> <h2>2024.04.27 -- Bold Burgundy</h2> <ul> <li>Add a skip to content link.</li> <li>Add <code>--font-stack--headings</code>.</li> <li>Add <code>:visited</code> colour and enforce uniform contrast between light/dark.</li> <li>Add an offset of <code>:target</code> to reduce back-to-top overlap.</li> <li>Improve dark mode colours.</li> <li>Fix outstanding colour contrast warnings on Firefox.</li> <li>Fix bad indent in footnotes.</li> <li>Tweak handling of default configuration options in a more resilient manner.</li> <li>Tweak length and sizing of API <code>source</code> links.</li> <li>Stop search engine indexing on search page.</li> </ul> <h2>2024.01.29 -- Amazing Amethyst</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pradyunsg/furo/commit/1bbf4ee4f65c488b9a0f577b8205255338a64c4d"><code>1bbf4ee</code></a> Prepare release: 2024.08.06</li> <li><a href="https://github.com/pradyunsg/furo/commit/bcb22c381dc13c76abe37ff5939591fd943e0af6"><code>bcb22c3</code></a> Update changelog</li> <li><a href="https://github.com/pradyunsg/furo/commit/e633f028ccb0fa4036df0dac67feec50194edb36"><code>e633f02</code></a> Improve the selector for sidebar</li> <li><a href="https://github.com/pradyunsg/furo/commit/d2fa2e0b1c0989bcca79731504b55957e8bec706"><code>d2fa2e0</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pradyunsg/furo/issues/821">#821</a>)</li> <li><a href="https://github.com/pradyunsg/furo/commit/05a2d63a6cfd123db27e764f3b53be7029adccd4"><code>05a2d63</code></a> Add smoother transitions between breakpoints</li> <li><a href="https://github.com/pradyunsg/furo/commit/d261d3b49ddbe010f86e13f450f9e10cdaef24db"><code>d261d3b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pradyunsg/furo/issues/810">#810</a>)</li> <li><a href="https://github.com/pradyunsg/furo/commit/2d3b6baa3371451d997d879a0aa61b3592ade638"><code>2d3b6ba</code></a> Add support for Sphinx 8</li> <li><a href="https://github.com/pradyunsg/furo/commit/bf98041e02238ba559d749ac9a2e332c86da0876"><code>bf98041</code></a> Increase specificity of table-wrapper selector</li> <li><a href="https://github.com/pradyunsg/furo/commit/fc6337c15e6f0cd080b5d395713e6ce7c27ecfc8"><code>fc6337c</code></a> Fix the figures</li> <li><a href="https://github.com/pradyunsg/furo/commit/fd3f422a0f30b3a2a9a57118532aabed59596d1e"><code>fd3f422</code></a> Avoid page breaks inside paragraphs</li> <li>Additional commits viewable in <a href="https://github.com/pradyunsg/furo/compare/2024.05.06...2024.08.06">compare view</a></li> </ul> </details> <br /> Updates `myst-parser` from 3.0.1 to 4.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>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>⬆️ Support python&gt;=3.10, sphinx &gt;=7,<!-- raw HTML omitted -->=0.19,&lt;0.22 by <a href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/952">executablebooks/MyST-Parser#952</a></li> <li>👌 Improve footnote def/ref warnings and translations by <a href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/931">executablebooks/MyST-Parser#931</a></li> <li>📚 Fix typo by <a href="https://github.com/meli-lewis"><code>@​meli-lewis</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/meli-lewis"><code>@​meli-lewis</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.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>4.0.0 - 2024-08-05</h2> <p>This release bumps the supported versions of:</p> <ul> <li>Python to <code>3.10</code> and greater</li> <li>Sphinx to <code>&gt;=7,&lt;9</code></li> <li>Docutils to <code>&gt;=0.19,&lt;0.22</code></li> </ul> <p>Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in <a href="gh-pr:931">gh-pr:931</a>).</p> <p>This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.</p> <p>See the <a href="https://github.com/executablebooks/MyST-Parser/blob/master/#syntax/footnotes">footnotes guide</a> for more information.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">v3.0.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ce37be5e3ba22786e1cad190237bedc252e78f85"><code>ce37be5</code></a> 🚀 Release v4.0.0 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/954">#954</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/850f7c90b92a9daf3867bef7dfc2f58d6b963aed"><code>850f7c9</code></a> 👌 Improve footnote def/ref warnings and translations (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/931">#931</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/401e08c9504f8097d6796484e050b52e52e7c72c"><code>401e08c</code></a> ⬆️ Support python&gt;=3.10, sphinx &gt;=7,&lt;9, docutils&gt;=0.19,&lt;0.22 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/952">#952</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d3d7fbb6a4fd2ecd12c7a29d7de902a869897eb9"><code>d3d7fbb</code></a> 🔧 pre-commit autoupdate (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/946">#946</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ad0f24f2206a9a7668bd5026d9f1d9a125ec0e50"><code>ad0f24f</code></a> 🔧 test fixes for sphinx 7.4 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/945">#945</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d448abf395c29bb649f81fba5c1a2bc49e195cc0"><code>d448abf</code></a> 📚 Fix typo (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/940">#940</a>)</li> <li>See full diff in <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `alabaster` from 0.7.16 to 1.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/alabaster/releases">alabaster's releases</a>.</em></p> <blockquote> <h2>Alabaster 1.0.0</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst">alabaster's changelog</a>.</em></p> <blockquote> <h2>:git_tag:<code>1.0.0</code> -- 2024-07-26</h2> <ul> <li>Dropped support for Python 3.9 and earlier.</li> <li>Dropped support for Sphinx 6.1 and earlier.</li> <li>Use a new SVG image for the GitHub banner.</li> <li>:feature:<code>217</code> Use the new <em>searchfield</em> component for the search box. Patch by Tim Hoffmann.</li> <li>:feature:<code>104</code> Allow translating strings in <code>relations.html</code>.</li> <li>:bug:<code>125</code> Do not underline linked images. Patch by Joshua Bronson.</li> <li>:bug:<code>169</code> Do not ignore the Pygments background colour. Patch by Matthias Geier.</li> <li>:bug:<code>174</code> Fix clipping caused by incorrect CSS breakpoints.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/alabaster/commit/fba58a43980385019ceb593f88ab8821e17840c0"><code>fba58a4</code></a> Bump to 1.0.0</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/7d5c3186f7935053d54a8d885baf8e245954a4cc"><code>7d5c318</code></a> Update project maintainers</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/d25c4bc7a050b5b6a5688a464277f08352b0faec"><code>d25c4bc</code></a> List <code>basic.css</code> in <code>theme.conf</code> (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/219">#219</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/97235d1212d0c6883c9634ab739f77e020a0bc49"><code>97235d1</code></a> Fix incorrect breakpoints that cause clipping around 875px (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/174">#174</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/5bb441162abe332d85c05ccaea1c25bce5ecf2fc"><code>5bb4411</code></a> Remove explicit width for search field input (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/218">#218</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/9fdb57cf92e0064f8204fe1f61a246adebcf8f0e"><code>9fdb57c</code></a> Update references to <code>searchbox</code></li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/a35a1df5fc7e4c9ea5133d2379971b0d90980b20"><code>a35a1df</code></a> Don't ignore the Pygments background (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/169">#169</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/17e55e5c6cde426065ea665c93bafe58fa489153"><code>17e55e5</code></a> Fix for &quot;Don't put an underline on linked images&quot; (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/125">#125</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/73be8789c10a62f7aed0ea7740aad19c587e14e0"><code>73be878</code></a> Allow translations for strings in <code>relations.html</code> (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/104">#104</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/eb522b822c97dd1d7ba0ffd9d561ce140c202b71"><code>eb522b8</code></a> Use searchfield instead of searchbox component in sidebar (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/217">#217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0">compare view</a></li> </ul> </details> <br /> Updates `babel` from 2.15.0 to 2.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-babel/babel/releases">babel's releases</a>.</em></p> <blockquote> <h2>Version 2.16.0</h2> <p>The changelog below is auto-generated by GitHub.</p> <p>Please see <a href="https://github.com/python-babel/babel/blob/cf7d22369cf40a8218cff1d3dc823eefa174aee0/CHANGES.rst">CHANGELOG.rst</a> for additional details.</p> <h2>What's Changed</h2> <ul> <li>Upgrade GitHub Actions versions to avoid deprecation warnings by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1080">python-babel/babel#1080</a></li> <li>Replace deprecated <code>ast.Str</code> with <code>ast.Constant</code> by <a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li> <li>Fix <a href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a> by <a href="https://github.com/john-psina"><code>@​john-psina</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li> <li>CI fixes by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1097">python-babel/babel#1097</a></li> <li>Upgrade to CLDR 45 by <a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1077">python-babel/babel#1077</a></li> <li>Make pgettext search plurals when translation is not found by <a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1085">python-babel/babel#1085</a></li> <li>Fix for <a href="https://redirect.github.com/python-babel/babel/issues/832">#832</a> by <a href="https://github.com/Edwin18"><code>@​Edwin18</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li> <li>Support list format fallbacks by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1099">python-babel/babel#1099</a></li> <li>Improve Codecov configuration by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1103">python-babel/babel#1103</a></li> <li>Avoid crashing on importing localtime when TZ is malformed by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1100">python-babel/babel#1100</a></li> <li>Allow parsing .po files that have an extant but empty Language header by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1101">python-babel/babel#1101</a></li> <li>Add a mention to the docs that <code>format_skeleton(..., fuzzy=True)</code> may raise by <a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1106">python-babel/babel#1106</a></li> <li>Allow falling back to modifier-less locale data by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1104">python-babel/babel#1104</a></li> <li>Allow use of importlib.metadata for finding entrypoints by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1102">python-babel/babel#1102</a></li> <li>Test on Python 3.13 beta releases by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1107">python-babel/babel#1107</a></li> <li>Normalize package name to lower-case in setup.py by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1110">python-babel/babel#1110</a></li> <li>Do not allow substituting alternates or drafts in derived locales by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1113">python-babel/babel#1113</a></li> <li>Two hyperlinks (to CLDR) and some typos by <a href="https://github.com/buhtz"><code>@​buhtz</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li> <li>Initial support for reading mapping configuration as TOML by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1108">python-babel/babel#1108</a></li> <li>Prepare for 2.16.0 release by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1116">python-babel/babel#1116</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li> <li><a href="https://github.com/john-psina"><code>@​john-psina</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li> <li><a href="https://github.com/Edwin18"><code>@​Edwin18</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li> <li><a href="https://github.com/buhtz"><code>@​buhtz</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0">https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-babel/babel/blob/master/CHANGES.rst">babel's changelog</a>.</em></p> <blockquote> <h2>Version 2.16.0</h2> <p>Features</p> <pre><code> * CLDR: Upgrade to CLDR 45 by @tomasr8 in :gh:`1077` * Lists: Support list format fallbacks by @akx in :gh:`1099` * Messages: Initial support for reading mapping configuration as TOML by @akx in :gh:`1108` <p>Bugfixes<br /> </code></pre></p> <ul> <li>CLDR: Do not allow substituting alternates or drafts in derived locales by <a href="https://github.com/akx"><code>@​akx</code></a> in :gh:<code>1113</code></li> <li>Core: Allow falling back to modifier-less locale data by <a href="https://github.com/akx"><code>@​akx</code></a> in :gh:<code>1104</code></li> <li>Core: Allow use of importlib.metadata for finding entrypoints by <a href="https://github.com/akx"><code>@​akx</code></a> in :gh:<code>1102</code></li> <li>Dates: Avoid crashing on importing localtime when TZ is malformed by <a href="https://github.com/akx"><code>@​akx</code></a> in :gh:<code>1100</code></li> <li>Messages: Allow parsing .po files that have an extant but empty Language header by <a href="https://github.com/akx"><code>@​akx</code></a> in :gh:<code>1101</code></li> <li>Messages: Fix <code>--ignore-dirs</code> being incorrectly read (<a href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a>) by <a href="https://github.com/john-psina"><code>@​john-psina</code></a> and <a href="https://github.com/Edwin18"><code>@​Edwin18</code></a> in :gh:<code>1052</code> and :gh:<code>1095</code></li> <li>Messages: Make pgettext search plurals when translation is not found by <a href="https://github.com/tomasr8"><code>@​tomasr8</code></a> in :gh:<code>1085</code></li> </ul> <p>Infrastructure</p> <pre><code> * Replace deprecated `ast.Str` with `ast.Constant` by @tomasr8 in :gh:`1083` * CI fixes by @akx in :gh:`1080`, :gh:`1097`, :gh:`1103`, :gh:`1107` * Test on Python 3.13 beta releases by @akx in * Normalize package name to lower-case in setup.py by @akx in :gh:`1110` <p>Documentation</p> <pre><code> * Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise by @tomasr8 in :gh:`1106` * Two hyperlinks (to CLDR) and some typos by @buhtz in :gh:`1115` &lt;/code&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/cf7d22369cf40a8218cff1d3dc823eefa174aee0&quot;&gt;&lt;code&gt;cf7d223&lt;/code&gt;&lt;/a&gt; Prepare for 2.16.0 release (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1116&quot;&gt;#1116&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/d26a669826d6c963dfdc21ae09e8cd5659fc95e2&quot;&gt;&lt;code&gt;d26a669&lt;/code&gt;&lt;/a&gt; Initial support for reading mapping configuration as TOML (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1108&quot;&gt;#1108&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/34ed517de44cf3c3002f3b69713b1693d329646d&quot;&gt;&lt;code&gt;34ed517&lt;/code&gt;&lt;/a&gt; Two hyperlinks (to CLDR) and some typos (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1115&quot;&gt;#1115&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/b4ba84382f3ce7bdf0e5a68e7108a21f4e8e7926&quot;&gt;&lt;code&gt;b4ba843&lt;/code&gt;&lt;/a&gt; Do not allow substituting alternates or drafts in derived locales (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1113&quot;&gt;#1113&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/d3346ee33b13f50af582e31ae5c337aa409dda11&quot;&gt;&lt;code&gt;d3346ee&lt;/code&gt;&lt;/a&gt; Normalize package name to lower-case in setup.py (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1110&quot;&gt;#1110&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/a32f15ecec23d5d5049100fd8e65606be7ad12a1&quot;&gt;&lt;code&gt;a32f15e&lt;/code&gt;&lt;/a&gt; Test on Python 3.13 beta releases (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1107&quot;&gt;#1107&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/4d3fd0e0198185cd023f4d3cd1495bda211867f4&quot;&gt;&lt;code&gt;4d3fd0e&lt;/code&gt;&lt;/a&gt; Allow use of importlib.metadata for finding entrypoints (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1102&quot;&gt;#1102&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/42d793cb4408a296e5618e1bce8d176fc588ce57&quot;&gt;&lt;code&gt;42d793c&lt;/code&gt;&lt;/a&gt; Allow falling back to modifier-less locale data when modified data is missing...&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/32f41c22d589d7f187448be477affe1cfbcbc59d&quot;&gt;&lt;code&gt;32f41c2&lt;/code&gt;&lt;/a&gt; Improve docs for &lt;code&gt;format_skeleton&lt;/code&gt; (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1106&quot;&gt;#1106&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;https://github.com/python-babel/babel/commit/2ebc47e63211df8b7636ed8e74bb99ac5bd36c25&quot;&gt;&lt;code&gt;2ebc47e&lt;/code&gt;&lt;/a&gt; Allow parsing .po files that have an extant but empty Language header (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1101&quot;&gt;#1101&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/details&gt; &lt;br /&gt; </code></pre> Updates `certifi` from 2024.7.4 to 2024.8.30 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/certifi/python-certifi/commit/325c2fde4f8eec10d682b09f3b0414dc05e69a81"><code>325c2fd</code></a> 2024.08.30 (<a href="https://redirect.github.com/certifi/python-certifi/issues/304">#304</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/d66bf5fccbb2b13b033841ef86ad261ab9915833"><code>d66bf5f</code></a> Bump actions/upload-artifact from 4.3.5 to 4.3.6 (<a href="https://redirect.github.com/certifi/python-certifi/issues/302">#302</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/2150f23ee178c923fb05913e516d168dd841f9e3"><code>2150f23</code></a> Bump actions/upload-artifact from 4.3.4 to 4.3.5 (<a href="https://redirect.github.com/certifi/python-certifi/issues/301">#301</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/fc9b771c1e5bd5f0f97534464c16a6ab785d5592"><code>fc9b771</code></a> Bump actions/setup-python from 5.1.0 to 5.1.1 (<a href="https://redirect.github.com/certifi/python-certifi/issues/300">#300</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/965b2391df4bdce03fb07bf8cc19003585b43599"><code>965b239</code></a> Bump actions/download-artifact from 4.1.7 to 4.1.8 (<a href="https://redirect.github.com/certifi/python-certifi/issues/297">#297</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/c1f50ccd010b428caeb105255638e67be7c64f5c"><code>c1f50cc</code></a> Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/certifi/python-certifi/issues/296">#296</a>)</li> <li>See full diff in <a href="https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30">compare view</a></li> </ul> </details> <br /> Updates `idna` from 3.7 to 3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/releases">idna's releases</a>.</em></p> <blockquote> <h2>v3.10</h2> <p>No release notes provided.</p> <h2>v3.9</h2> <p>No release notes provided.</p> <h2>v3.8</h2> <h2>What's Changed</h2> <ul> <li>Fix regression where IDNAError exception was not being produced for certain inputs.</li> <li>Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.</li> <li>Documentation improvements</li> <li>Updates to package testing using Github actions</li> </ul> <p>Thanks to Hugo van Kemenade for contributions to this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/kjd/idna/compare/v3.7...v3.8">https://github.com/kjd/idna/compare/v3.7...v3.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p> <blockquote> <p>3.10 (2024-09-15) +++++++++++++++++</p> <ul> <li>Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement.</li> </ul> <p>3.9 (2024-09-13) ++++++++++++++++</p> <ul> <li>Update to Unicode 16.0.0</li> <li>Deprecate setup.cfg in favour of pyproject.toml</li> <li>Use ruff for code formatting</li> </ul> <p>Thanks to Waket Zheng for contributions to this release.</p> <p>3.8 (2024-08-23) ++++++++++++++++</p> <ul> <li>Fix regression where IDNAError exception was not being produced for certain inputs.</li> <li>Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.</li> <li>Documentation improvements</li> <li>Updates to package testing using Github actions</li> </ul> <p>Thanks to Hugo van Kemenade for contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kjd/idna/commit/729225d8b0c58bc66bb38d1d0faf281a757ece59"><code>729225d</code></a> Release v3.10</li> <li><a href="https://github.com/kjd/idna/commit/3eef1680132907e90afb0feb29136f6895001f3c"><code>3eef168</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/194">#194</a> from kjd/revert-unicode-16</li> <li><a href="https://github.com/kjd/idna/commit/ceca619a214c816e04c7c233565280bf3998c938"><code>ceca619</code></a> Revert Unicode 16.0.0 data updates</li> <li><a href="https://github.com/kjd/idna/commit/c43ac75cf649511c3d593164a32a3ff9cd0cdcd1"><code>c43ac75</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/191">#191</a> from kjd/release-3.9</li> <li><a href="https://github.com/kjd/idna/commit/1b8800a4d0c76126ab2d3e28c7e62f567cbe69f8"><code>1b8800a</code></a> Release v3.9</li> <li><a href="https://github.com/kjd/idna/commit/a1fd16821734235fb6ce4e0283a49a71d61535d2"><code>a1fd168</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/190">#190</a> from kjd/unicode-16</li> <li><a href="https://github.com/kjd/idna/commit/7732c6153e07946f1bf5cdea96817264d305b7cc"><code>7732c61</code></a> Merge branch 'master' into unicode-16</li> <li><a href="https://github.com/kjd/idna/commit/4ed183d95cf5cdfc98bb867b9e4b33a3fd13ca9b"><code>4ed183d</code></a> Refactor membership test</li> <li><a href="https://github.com/kjd/idna/commit/762216bd7b1d0c45937703ea0c7632360e32c85b"><code>762216b</code></a> Format with ruff</li> <li><a href="https://github.com/kjd/idna/commit/580ece955f7e127094b21b40761be6b70ab62aef"><code>580ece9</code></a> Implement changes to UTS46 algorithm</li> <li>Additional commits viewable in <a href="https://github.com/kjd/idna/compare/v3.7...v3.10">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.6 to 3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/releases">markdown's releases</a>.</em></p> <blockquote> <h2>Release 3.7</h2> <h3>Changed</h3> <h4>Refactor <code>abbr</code> Extension</h4> <p>A new <code>AbbrTreeprocessor</code> has been introduced, which replaces the now deprecated <code>AbbrInlineProcessor</code>. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p> <p>The <code>AbbrPreprocessor</code> class has been renamed to <code>AbbrBlockprocessor</code>, which better reflects what it is. <code>AbbrPreprocessor</code> has been deprecated.</p> <p>A call to <code>Markdown.reset()</code> now clears all previously defined abbreviations.</p> <p>Abbreviations are now sorted by length before executing <code>AbbrTreeprocessor</code> to ensure that multi-word abbreviations are implemented even if an abbreviation exists for one of those component words. (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p> <p>Abbreviations without a definition are now ignored. This avoids applying abbr tags to text without a title value.</p> <p>Added an optional <code>glossary</code> configuration option to the abbreviations extension. This provides a simple and efficient way to apply a dictionary of abbreviations to every page.</p> <p>Abbreviations can now be disabled by setting their definition to <code>&quot;&quot;</code> or <code>''</code>. This can be useful when using the <code>glossary</code> option.</p> <h3>Fixed</h3> <ul> <li>Fixed links to source code on GitHub from the documentation (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's changelog</a>.</em></p> <blockquote> <h2>[3.7] -- 2024-08-16</h2> <h3>Changed</h3> <h4>Refactor <code>abbr</code> Extension</h4> <p>A new <code>AbbrTreeprocessor</code> has been introduced, which replaces the now deprecated <code>AbbrInlineProcessor</code>. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p> <p>The <code>AbbrPreprocessor</code> class has been renamed to <code>AbbrBlockprocessor</code>, which better reflects what it is. <code>AbbrPreprocessor</code> has been deprecated.</p> <p>A call to <code>Markdown.reset()</code> now clears all previously defined abbreviations.</p> <p>Abbreviations are now sorted by length before executing <code>AbbrTreeprocessor</code> to ensure that multi-word abbreviations are implemented even if an abbreviation exists for one of those component words. (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p> <p>Abbreviations without a definition are now ignored. This avoids applying abbr tags to text without a title value.</p> <p>Added an optional <code>glossary</code> configuration option to the abbreviations extension. This provides a simple and efficient way to apply a dictionary of abbreviations to every page.</p> <p>Abbreviations can now be disabled by setting their definition to <code>&quot;&quot;</code> or <code>''</code>. This can be useful when using the <code>glossary</code> option.</p> <h3>Fixed</h3> <ul> <li>Fixed links to source code on GitHub from the documentation (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/da03cd646d00a77786ae1e0bc79b01a5539852bc"><code>da03cd6</code></a> Bump version to 3.7</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/bd836a1448963081b221ad899399e20bb1ccb857"><code>bd836a1</code></a> Update griffe_extensions to support Griffe v 1.0.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/33359faa385f59b84cd87df5f4b0996055a482e2"><code>33359fa</code></a> Abbr Extension: Definition Sorting and Glossary storage</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/ec8c305fb14eb081bb874c917d8b91d3c5122334"><code>ec8c305</code></a> Refactor <code>abbr</code> Extension</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/993b57b8ea577f2120f7d0c81b45ee5ed74a0f57"><code>993b57b</code></a> Fixed links to source code on GitHub from the documentation</li> <li>See full diff in <a href="https://github.com/Python-Markdown/markdown/compare/3.6...3.7">compare view</a></li> </ul> </details> <br /> Updates `mdit-py-plugins` from 0.4.1 to 0.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/mdit-py-plugins/releases">mdit-py-plugins's releases</a>.</em></p> <blockquote> <h2>v0.4.2</h2> <h2>What's Changed</h2> <ul> <li>👌 Improve parsing of nested amsmath by <a href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/119">executablebooks/mdit-py-plugins#119</a></li> <li>✨ Add <code>allowed</code> option for inline/block attributes by <a href="https://github.com/joker21663"><code>@​joker21663</code></a> in <a href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115">executablebooks/mdit-py-plugins#115</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joker21663"><code>@​joker21663</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115">executablebooks/mdit-py-plugins#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2">https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md">mdit-py-plugins's changelog</a>.</em></p> <blockquote> <h2>0.4.2 - 2024-09-09</h2> <ul> <li> <p>👌 Improve parsing of nested amsmath</p> <p>The previous logic was problematic for amsmath blocks nested in other blocs (such as blockquotes)</p> <p>The new parsing code now principally follows the logic in <code>markdown_it/rules_block/fence.py</code> (see also <a href="https://spec.commonmark.org/0.30/#fenced-code-blocks">https://spec.commonmark.org/0.30/#fenced-code-blocks</a>), except that:</p> <ol> <li>it allows for a closing tag on the same line as the opening tag, and</li> <li>it does not allow for an opening tag without closing tag (i.e. no auto-closing)</li> </ol> </li> <li> <p>✨ Add <code>allowed</code> option for inline/block attributes</p> <p>The <code>allowed</code> option accepts a list of allowed attribute names. If not <code>None</code>, any attributes not in this list will be removed and placed in the token's meta under the key <code>&quot;insecure_attrs&quot;</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/executablebooks/mdit-py-plugins/commit/2236898619148b33c51bae3c1aca380618c82db7"><code>2236898</code></a> 🚀 Release v0.4.2 (<a href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/121">#121</a>)</li> <li><a href="https://github.com/executablebooks/mdit-py-plugins/commit/10d5b4d05eb667b55695ddb132414d9b8f7ba760"><code>10d5b4d</code></a> ✨ Add <code>allowed</code> option for inline/block attributes (<a href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/115">#115</a>)</li> <li><a href="https://github.com/executablebooks/mdit-py-plugins/commit/3f7fcc6794f496d5d5e40335b361a20fc82ca3d1"><code>3f7fcc6</code></a> 👌 Improve parsing of nested amsmath (<a href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/119">#119</a>)</li> <li><a href="https://github.com/executablebooks/mdit-py-plugins/commit/637f7e70a522a7eef6f7696fea0b7baa481933af"><code>637f7e7</code></a> 🔧 codecov no longer works on forks (<a href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/116">#116</a>)</li> <li>See full diff in <a href="https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2">compare view</a></li> </ul> </details> <br /> Updates `pyyaml` from 6.0.1 to 6.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yaml/pyyaml/releases">pyyaml's releases</a>.</em></p> <blockquote> <h2>6.0.2</h2> <h2>What's Changed</h2> <ul> <li>Support for Cython 3.x and Python 3.13.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2</a></p> <h2>6.0.2rc1</h2> <ul> <li>Support for extension build with Cython 3.x</li> <li>Support for Python 3.13</li> <li>Added PyPI wheels for musllinux on aarch64</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yaml/pyyaml/blob/main/CHANGES">pyyaml's changelog</a>.</em></p> <blockquote> <p>6.0.2 (2024-08-06)</p> <ul> <li><a href="https://redirect.github.com/yaml/pyyaml/pull/808">yaml/pyyaml#808</a> -- Support for Cython 3.x and Python 3.13</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yaml/pyyaml/commit/41309b0bcb4559edb1d691d47199035ef539d785"><code>41309b0</code></a> Release 6.0.2 (<a href="https://redirect.github.com/yaml/pyyaml/issues/819">#819</a>)</li> <li><a href="https://github.com/yaml/pyyaml/commit/dd9f0e1236775dcce682c91823e009556ce2a271"><code>dd9f0e1</code></a> 6.0.2rc1 (<a href="https://redirect.github.com/yaml/pyyaml/issues/809">#809</a>)</li> <li><a href="https://github.com/yaml/pyyaml/commit/f5527a26d518b3e9c66f9211e0af00c83f09a97e"><code>f5527a2</code></a> disable CI trigger on PR edits</li> <li><a href="https://github.com/yaml/pyyaml/commit/b4d80a742142004490d2da7691d534923820b81c"><code>b4d80a7</code></a> Python 3.12 + musllinux_1_1_x86_64 wheel support</li> <li>See full diff in <a href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">compare view</a></li> </ul> </details> <br /> Updates `soupsieve` from 2.5 to 2.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/soupsieve/releases">soupsieve's releases</a>.</em></p> <blockquote> <h2>2.6</h2> <ul> <li><strong>NEW</strong>: Add official support for Python 3.13.</li> <li><strong>NEW</strong>: Add support for <code>&amp;</code> as scoping root per the CSS Nesting Module, Level 1. When <code>&amp;</code> is used outside the context of nesting, it is treated as the scoping root (equivalent to <code>:scope</code>).</li> <li><strong>FIX</strong>: Improve error message when an unrecognized pseudo-class is used.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/soupsieve/commit/f974ea7e2e70cc940e1bda98b815f5a68eb43990"><code>f974ea7</code></a> Update token (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/273">#273</a>)</li> <li><a href="https://github.com/facelessuser/soupsieve/commit/1a67e464f6a47136ffa17da70ce3c2145b7077f8"><code>1a67e46</code></a> Officially support Python 3.13 and update build environment (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/271">#271</a>)</li> <li><a href="https://github.com/facelessuser/soupsieve/commit/25631bd52b633dc3b8d0fd959cbe157cd1dc678e"><code>25631bd</code></a> fix Adjacent sibling combinator example (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/272">#272</a>)</li> <li><a href="https://github.com/facelessuser/soupsieve/commit/e0d4979d12e9a8451735f0044ac691c9fb35093c"><code>e0d4979</code></a> Improve pseudo-class error message (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/270">#270</a>)</li> <li><a href="https://github.com/facelessuser/soupsieve/commit/c811bdff9f5c6d1c54888d5af5c257709e957c6e"><code>c811bdf</code></a> Add support for nesting ampersand (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/269">#269</a>)</li> <li><a href="https://github.com/facelessuser/soupsieve/commit/dc71495b8d7016e685c8dde7dc2a9c2968619e11"><code>dc71495</code></a> Fix typo in README.md (<a href="https://redirect.github.com/facelessuser/soupsieve/issues/267">#267</a>)</li> <li>See full diff in <a href="https://github.com/facelessuser/soupsieve/compare/2.5...2.6">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-devhelp` from 1.0.6 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases">sphinxcontrib-devhelp's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-devhelp 2.0.0</h2> <p>Changelog: <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst">sphinxcontrib-devhelp's changelog</a>.</em></p> <blockquote> <h1>Release 2.0.0 (2024-07-28)</h1> <ul> <li>Adopt Ruff</li> <li>Tighten MyPy settings</li> <li>Update GitHub actions versions</li> <li>Avoid storing build time in gzip headers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/0177fb44f165305f27b34e69e6e7e5ed6f24d752"><code>0177fb4</code></a> Bump to 2.0.0</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/d3f96f735cd1315d6b4970bd6ab8cf02da4171b4"><code>d3f96f7</code></a> Update CHANGES links</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/d7aaab573af89ce7081dd1d270bf3316dd38f5f1"><code>d7aaab5</code></a> Rename LICENSE to LICENCE.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/c4fba3d3af32edf1acdb4189f96c0caab049287c"><code>c4fba3d</code></a> Rename CHANGES to CHANGES.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/8c5714131a786bfc569dcdbaea50300ba28ea97d"><code>8c57141</code></a> Run CI with Python 3.12 releases</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/f357a60ef9e9663e4f63ac30425df3160dcfb940"><code>f357a60</code></a> Run mypy without command-line options</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/a26961d36e4030ba36181eb2752aa5540d7d879d"><code>a26961d</code></a> Use the latest GitHub actions versions</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/03e237039968130170fe2e8ac6715a6fa14cc48c"><code>03e2370</code></a> Enable GitHub's dependabot package update service</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/ca445c4d752edc64ea746e8dd1dc6fa14303f730"><code>ca445c4</code></a> Adopt Ruff and use stricter MyPy settings</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/dfd5da02d9d846fea0162634d56d89900b0242f1"><code>dfd5da0</code></a> Update .gitignore</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.6...2.0.0">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases">sphinxcontrib-htmlhelp's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-htmlhelp 2.1.0</h2> <p>Changelog: <a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst</a></p> <h2>sphinxcontrib-htmlhelp 2.0.6</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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst">sphinxcontrib-htmlhelp's changelog</a>.</em></p> <blockquote> <h1>Release 2.1.0 (2024-07-28)</h1> <ul> <li>Adopt Ruff</li> <li>Tighten MyPy settings</li> <li>Update GitHub actions versions</li> <li>Escape HTML entities</li> </ul> <h1>Release 2.0.6 (2024-07-20)</h1> <ul> <li>Fix tests for Sphinx 7.4 and later.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"><code>f7f5d4e</code></a> Bump to 2.1.0</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/ec1353cfe396f6c28ff60f8ec7561b75a73c6b85"><code>ec1353c</code></a> Escape HTML entities</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/16b26c612d157298c8254401cd6172cd03d4afe7"><code>16b26c6</code></a> Update CHANGES links</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/ba51300a7ba6169291be8fdce6839c1f1531cf54"><code>ba51300</code></a> Rename LICENSE to LICENCE.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/b1133fa932ec75ebfb72c41ca7b5191c58eb64bc"><code>b1133fa</code></a> Rename CHANGES to CHANGES.rst</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/54d27bc3930b0c250c327957764fe3bde1c449e0"><code>54d27bc</code></a> Run CI with Python 3.12 releases</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/b97d63d52d6fe2b507f77caceafa54a2cacdb69a"><code>b97d63d</code></a> Run mypy without command-line options</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/6d10d43e07a1ff6833bf6e2ccb58ead944cc1779"><code>6d10d43</code></a> Fix test_htmlhelp; use the basic theme</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/d335658968b6e4e83852e6813778994bdf29dd4a"><code>d335658</code></a> Use the latest GitHub actions versions</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/eea902567ebeb1f91a18a7a9d3397e3393889ee0"><code>eea9025</code></a> Enable GitHub's dependabot packa…
1 parent 419bfe4 commit f08e33f

File tree

2 files changed

+110
-107
lines changed

2 files changed

+110
-107
lines changed

llvm/docs/requirements-hashed.txt

Lines changed: 105 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --generate-hashes --output-file=requirements-hashed.txt requirements.txt
66
#
7-
alabaster==0.7.16 \
8-
--hash=sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65 \
9-
--hash=sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92
7+
alabaster==1.0.0 \
8+
--hash=sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e \
9+
--hash=sha256:fc6786402dc3fcb2de3cabd5fe455a2db534b371124f1f21de8731783dec828b
1010
# via sphinx
11-
babel==2.15.0 \
12-
--hash=sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb \
13-
--hash=sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413
11+
babel==2.16.0 \
12+
--hash=sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b \
13+
--hash=sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316
1414
# via sphinx
1515
beautifulsoup4==4.12.3 \
1616
--hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \
1717
--hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
1818
# via furo
19-
certifi==2024.7.4 \
20-
--hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \
21-
--hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90
19+
certifi==2024.8.30 \
20+
--hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \
21+
--hash=sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9
2222
# via requests
2323
charset-normalizer==3.3.2 \
2424
--hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \
@@ -124,13 +124,13 @@ docutils==0.21.2 \
124124
# myst-parser
125125
# recommonmark
126126
# sphinx
127-
furo==2024.5.6 \
128-
--hash=sha256:490a00d08c0a37ecc90de03ae9227e8eb5d6f7f750edf9807f398a2bdf2358de \
129-
--hash=sha256:81f205a6605ebccbb883350432b4831c0196dd3d1bc92f61e1f459045b3d2b0b
127+
furo==2024.8.6 \
128+
--hash=sha256:6cd97c58b47813d3619e63e9081169880fbe331f0ca883c871ff1f3f11814f5c \
129+
--hash=sha256:b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01
130130
# via -r requirements.txt
131-
idna==3.7 \
132-
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
133-
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
131+
idna==3.10 \
132+
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
133+
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
134134
# via requests
135135
imagesize==1.4.1 \
136136
--hash=sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b \
@@ -142,9 +142,9 @@ jinja2==3.1.4 \
142142
# via
143143
# myst-parser
144144
# sphinx
145-
markdown==3.6 \
146-
--hash=sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f \
147-
--hash=sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224
145+
markdown==3.7 \
146+
--hash=sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2 \
147+
--hash=sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803
148148
# via sphinx-markdown-tables
149149
markdown-it-py==3.0.0 \
150150
--hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \
@@ -214,17 +214,17 @@ markupsafe==2.1.5 \
214214
--hash=sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd \
215215
--hash=sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68
216216
# via jinja2
217-
mdit-py-plugins==0.4.1 \
218-
--hash=sha256:1020dfe4e6bfc2c79fb49ae4e3f5b297f5ccd20f010187acc52af2921e27dc6a \
219-
--hash=sha256:834b8ac23d1cd60cec703646ffd22ae97b7955a6d596eb1d304be1e251ae499c
217+
mdit-py-plugins==0.4.2 \
218+
--hash=sha256:0c673c3f889399a33b95e88d2f0d111b4447bdfea7f237dab2d488f459835636 \
219+
--hash=sha256:5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5
220220
# via myst-parser
221221
mdurl==0.1.2 \
222222
--hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \
223223
--hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba
224224
# via markdown-it-py
225-
myst-parser==3.0.1 \
226-
--hash=sha256:6457aaa33a5d474aca678b8ead9b3dc298e89c68e67012e73146ea6fd54babf1 \
227-
--hash=sha256:88f0cb406cb363b077d176b51c476f62d60604d68a8dcdf4832e080441301a87
225+
myst-parser==4.0.0 \
226+
--hash=sha256:851c9dfb44e36e56d15d05e72f02b80da21a9e0d07cba96baf5e2d476bb91531 \
227+
--hash=sha256:b9317997552424448c6096c2558872fdb6f81d3ecb3a40ce84a7518798f3f28d
228228
# via -r requirements.txt
229229
packaging==24.1 \
230230
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
@@ -236,57 +236,60 @@ pygments==2.18.0 \
236236
# via
237237
# furo
238238
# sphinx
239-
pyyaml==6.0.1 \
240-
--hash=sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5 \
241-
--hash=sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc \
242-
--hash=sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df \
243-
--hash=sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741 \
244-
--hash=sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206 \
245-
--hash=sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27 \
246-
--hash=sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595 \
247-
--hash=sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62 \
248-
--hash=sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98 \
249-
--hash=sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696 \
250-
--hash=sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290 \
251-
--hash=sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9 \
252-
--hash=sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d \
253-
--hash=sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6 \
254-
--hash=sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867 \
255-
--hash=sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47 \
256-
--hash=sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486 \
257-
--hash=sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6 \
258-
--hash=sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3 \
259-
--hash=sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 \
260-
--hash=sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938 \
261-
--hash=sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0 \
262-
--hash=sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c \
263-
--hash=sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735 \
264-
--hash=sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d \
265-
--hash=sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28 \
266-
--hash=sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4 \
267-
--hash=sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba \
268-
--hash=sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8 \
269-
--hash=sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5 \
270-
--hash=sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd \
271-
--hash=sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3 \
272-
--hash=sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0 \
273-
--hash=sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515 \
274-
--hash=sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c \
275-
--hash=sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c \
276-
--hash=sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924 \
277-
--hash=sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 \
278-
--hash=sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 \
279-
--hash=sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859 \
280-
--hash=sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 \
281-
--hash=sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54 \
282-
--hash=sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a \
283-
--hash=sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b \
284-
--hash=sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab \
285-
--hash=sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa \
286-
--hash=sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c \
287-
--hash=sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585 \
288-
--hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \
289-
--hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f
239+
pyyaml==6.0.2 \
240+
--hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \
241+
--hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \
242+
--hash=sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086 \
243+
--hash=sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e \
244+
--hash=sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133 \
245+
--hash=sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5 \
246+
--hash=sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484 \
247+
--hash=sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee \
248+
--hash=sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5 \
249+
--hash=sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68 \
250+
--hash=sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a \
251+
--hash=sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf \
252+
--hash=sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99 \
253+
--hash=sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8 \
254+
--hash=sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85 \
255+
--hash=sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19 \
256+
--hash=sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc \
257+
--hash=sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a \
258+
--hash=sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1 \
259+
--hash=sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317 \
260+
--hash=sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c \
261+
--hash=sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631 \
262+
--hash=sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d \
263+
--hash=sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652 \
264+
--hash=sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5 \
265+
--hash=sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e \
266+
--hash=sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b \
267+
--hash=sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8 \
268+
--hash=sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476 \
269+
--hash=sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706 \
270+
--hash=sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563 \
271+
--hash=sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237 \
272+
--hash=sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b \
273+
--hash=sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083 \
274+
--hash=sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180 \
275+
--hash=sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425 \
276+
--hash=sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e \
277+
--hash=sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f \
278+
--hash=sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725 \
279+
--hash=sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183 \
280+
--hash=sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab \
281+
--hash=sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774 \
282+
--hash=sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725 \
283+
--hash=sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e \
284+
--hash=sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5 \
285+
--hash=sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d \
286+
--hash=sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290 \
287+
--hash=sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44 \
288+
--hash=sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed \
289+
--hash=sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4 \
290+
--hash=sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba \
291+
--hash=sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12 \
292+
--hash=sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4
290293
# via myst-parser
291294
recommonmark==0.7.1 \
292295
--hash=sha256:1b1db69af0231efce3fa21b94ff627ea33dee7079a01dd0a7f8482c3da148b3f \
@@ -300,13 +303,13 @@ snowballstemmer==2.2.0 \
300303
--hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \
301304
--hash=sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a
302305
# via sphinx
303-
soupsieve==2.5 \
304-
--hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \
305-
--hash=sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7
306+
soupsieve==2.6 \
307+
--hash=sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb \
308+
--hash=sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9
306309
# via beautifulsoup4
307-
sphinx==7.3.7 \
308-
--hash=sha256:413f75440be4cacf328f580b4274ada4565fb2187d696a84970c23f77b64d8c3 \
309-
--hash=sha256:a4a7db75ed37531c05002d56ed6948d4c42f473a36f46e1382b0bd76ca9627bc
310+
sphinx==8.0.2 \
311+
--hash=sha256:0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b \
312+
--hash=sha256:56173572ae6c1b9a38911786e206a110c9749116745873feae4f9ce88e59391d
310313
# via
311314
# -r requirements.txt
312315
# furo
@@ -318,9 +321,9 @@ sphinx==7.3.7 \
318321
# sphinxcontrib-htmlhelp
319322
# sphinxcontrib-qthelp
320323
# sphinxcontrib-serializinghtml
321-
sphinx-automodapi==0.17.0 \
322-
--hash=sha256:4d029cb79eef29413e94ab01bb0177ebd2d5ba86e9789b73575afe9c06ae1501 \
323-
--hash=sha256:7ccdadad57add4aa9149d9f2bb5cf28c8f8b590280b4735b1156ea8355c423a1
324+
sphinx-automodapi==0.18.0 \
325+
--hash=sha256:022860385590768f52d4f6e19abb83b2574772d2721fb4050ecdb6e593a1a440 \
326+
--hash=sha256:7bf9d9a2cb67a5389c51071cfd86674ca3892ca5d5943f95de4553d6f35dddae
324327
# via -r requirements.txt
325328
sphinx-basic-ng==1.0.0b2 \
326329
--hash=sha256:9ec55a47c90c8c002b5960c57492ec3021f5193cb26cebc2dc4ea226848651c9 \
@@ -334,33 +337,33 @@ sphinx-markdown-tables==0.0.17 \
334337
--hash=sha256:2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 \
335338
--hash=sha256:6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
336339
# via -r requirements.txt
337-
sphinxcontrib-applehelp==1.0.8 \
338-
--hash=sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619 \
339-
--hash=sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4
340+
sphinxcontrib-applehelp==2.0.0 \
341+
--hash=sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1 \
342+
--hash=sha256:4cd3f0ec4ac5dd9c17ec65e9ab272c9b867ea77425228e68ecf08d6b28ddbdb5
340343
# via
341344
# -r requirements.txt
342345
# sphinx
343-
sphinxcontrib-devhelp==1.0.6 \
344-
--hash=sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f \
345-
--hash=sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3
346+
sphinxcontrib-devhelp==2.0.0 \
347+
--hash=sha256:411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad \
348+
--hash=sha256:aefb8b83854e4b0998877524d1029fd3e6879210422ee3780459e28a1f03a8a2
346349
# via sphinx
347-
sphinxcontrib-htmlhelp==2.0.5 \
348-
--hash=sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015 \
349-
--hash=sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04
350+
sphinxcontrib-htmlhelp==2.1.0 \
351+
--hash=sha256:166759820b47002d22914d64a075ce08f4c46818e17cfc9470a9786b759b19f8 \
352+
--hash=sha256:c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9
350353
# via sphinx
351354
sphinxcontrib-jsmath==1.0.1 \
352355
--hash=sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178 \
353356
--hash=sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
354357
# via sphinx
355-
sphinxcontrib-qthelp==1.0.7 \
356-
--hash=sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6 \
357-
--hash=sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182
358+
sphinxcontrib-qthelp==2.0.0 \
359+
--hash=sha256:4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab \
360+
--hash=sha256:b18a828cdba941ccd6ee8445dbe72ffa3ef8cbe7505d8cd1fa0d42d3f2d5f3eb
358361
# via sphinx
359-
sphinxcontrib-serializinghtml==1.1.10 \
360-
--hash=sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7 \
361-
--hash=sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f
362+
sphinxcontrib-serializinghtml==2.0.0 \
363+
--hash=sha256:6e2cb0eef194e10c27ec0023bfeb25badbbb5868244cf5bc5bdc04e4464bf331 \
364+
--hash=sha256:e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d
362365
# via sphinx
363-
urllib3==2.2.2 \
364-
--hash=sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472 \
365-
--hash=sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168
366+
urllib3==2.2.3 \
367+
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
368+
--hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9
366369
# via requests

llvm/docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sphinx==7.3.7
1+
sphinx==8.0.2
22
docutils==0.21.2
33
sphinx-markdown-tables==0.0.17
44
recommonmark==0.7.1
5-
sphinx-automodapi==0.17.0
5+
sphinx-automodapi==0.18.0
66
sphinx-bootstrap-theme==0.8.1
7-
sphinxcontrib-applehelp==1.0.8
8-
furo==2024.5.6
9-
myst-parser==3.0.1
7+
sphinxcontrib-applehelp==2.0.0
8+
furo==2024.8.6
9+
myst-parser==4.0.0

0 commit comments

Comments
 (0)