Skip to content

Commit 0e3a376

Browse files
Bump the llvm-docs-requirements group in /llvm/docs with 11 updates (#12498)
Bumps the llvm-docs-requirements group in /llvm/docs with 11 updates: | Package | From | To | | --- | --- | --- | | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.13` | `0.7.16` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` | | [furo](https://github.com/pradyunsg/furo) | `2023.8.19` | `2023.9.10` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.1` | `3.5.2` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `2.1.4` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.1.2` | `7.2.6` | | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.4` | `1.0.8` | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.5` | `1.0.6` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.4` | `2.0.5` | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.6` | `1.0.7` | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.9` | `1.1.10` | Updates `alabaster` from 0.7.13 to 0.7.16 <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 0.7.16</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.15</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.14</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>0.7.16</code> -- 2024-01-10</h2> <ul> <li>:bug:<code>215</code> Do not display <code>logo_name</code> if it is set to <code>False</code>.</li> </ul> <h2>:git_tag:<code>0.7.15</code> -- 2024-01-08</h2> <ul> <li>:feature:<code>213</code> Allow an arbitrary string in the <code>logo_name</code> option.</li> <li>:feature:<code>114</code> Improved sidebar CSS styles.</li> <li>:issue:<code>178</code> Deprecated <code>canonical_url</code> in favor of <code>html_baseurl</code>.</li> <li>:bug:<code>200</code> Removed duplicate <code>&lt;meta name=&quot;viewport&quot; ... /&gt;</code> tag.</li> <li>:bug:<code>188</code> Removed underline from whitespace.</li> <li>:bug:<code>164</code> Removed <code>type=&quot;text/javascript&quot;</code> from <!-- raw HTML omitted --> elements.</li> <li>:bug:<code>161</code> Replaced <code>&amp;copy;</code> with unicode decimal code entity <code>[#169](https://github.com/sphinx-doc/alabaster/issues/169);</code>.</li> </ul> <h2>:git_tag:<code>0.7.14</code> -- 2024-01-08</h2> <ul> <li>Dropped support for Python 3.8 and earlier.</li> <li>Dropped support for Sphinx 3.3 and earlier.</li> <li>:issue:<code>198</code> Fix horizontal scrolling on mobile.</li> <li>:issue:<code>206</code> Properly support the <code>html_support_sphinx</code> config value.</li> <li>:issue:<code>211</code> Fix the GitHub 'forkme' banner.</li> <li>Added <code>alabaster_version_info</code> to the HTML template context.</li> <li>Declare support for Python 3.13.</li> <li>Adopt the Ruff linter and formatter.</li> <li>Migrate from CircleCI to GitHub Actions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/alabaster/commit/f3fdc049e4b531595bc075718a66677fbca851e3"><code>f3fdc04</code></a> Bump to 0.7.16</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/39cbbc1b614876118ce1d3209b04ea0c642033b5"><code>39cbbc1</code></a> Do not display logo_name == 'false'</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/d24c4cba335cf2215600b41589d9e30a4eb96a76"><code>d24c4cb</code></a> Bump to 0.7.15</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/56f12de4cb6d35781fc9073226299ab90e567ab5"><code>56f12de</code></a> Include documentation in the sdist</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/2d8d0382077c342b1670cf72a8da70b9ab04bb5b"><code>2d8d038</code></a> Adorn the LICENSE file with a suffix</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/a31816c198dd3562a4f8a2eb22e7758a1e121ceb"><code>a31816c</code></a> Remove obscenities (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/173">#173</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/166d6e70ce9d52dfb849e51467cb5a23e9595f01"><code>166d6e7</code></a> Replace © with unicode decimal code entity (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/161">#161</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/b9e8d798dfb8f94a07bd96883cc8bd6d60b488cb"><code>b9e8d79</code></a> Deprecate canonical_url in favor of html_baseurl (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/178">#178</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/848e71871b0da4fbb73cee84157f169641a7c9b6"><code>848e718</code></a> Allow an arbitrary string in the logo_name option (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/213">#213</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/6922a16732eab173c1fec74dd8e903f8ad0f4222"><code>6922a16</code></a> Improve sidebar styles</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/alabaster/compare/0.7.13...0.7.16">compare view</a></li> </ul> </details> <br /> Updates `beautifulsoup4` from 4.12.2 to 4.12.3 Updates `furo` from 2023.8.19 to 2023.9.10 <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>2023.09.10 -- Zesty Zaffre</h2> <ul> <li>Make asset hash injection idempotent, fixing Sphinx 6 compatibility.</li> <li>Fix the check for HTML builders, fixing non-HTML Read the Docs builds.</li> </ul> <h2>2023.08.19 -- Xenolithic Xanadu</h2> <ul> <li>Fix missing search context with Sphinx 7.2, for dirhtml builds.</li> <li>Drop support for Python 3.7.</li> <li>Present configuration errors in a better format -- thanks <a href="https://github.com/AA-Turner"><code>@​AA-Turner</code></a>!</li> <li>Bump <code>require_sphinx()</code> to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.</li> </ul> <h2>2023.08.17 -- Wonderous White</h2> <ul> <li>Fix compatiblity with Sphinx 7.2.0 and 7.2.1.</li> </ul> <h2>2023.07.26 -- Vigilant Volt</h2> <ul> <li>Fix compatiblity with Sphinx 7.1.</li> <li>Improve how content overflow is handled.</li> <li>Improve how literal blocks containing inline code are handled.</li> </ul> <h2>2023.05.20 -- Unassuming Ultramarine</h2> <ul> <li>✨ Add support for Sphinx 7.</li> <li>Drop support for Sphinx 5.</li> <li>Improve the screen-reader label for sidebar collapse.</li> <li>Make it easier to create derived themes from Furo.</li> <li>Bump all JS dependencies (NodeJS and npm packages).</li> </ul> <h2>2023.03.27 -- Tasty Tangerine</h2> <ul> <li>Regenerate with newer version of sphinx-theme-builder, to fix RECORD hashes.</li> <li>Add missing class to Font Awesome examples</li> </ul> <h2>2023.03.23 -- Sassy Saffron</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pradyunsg/furo/commit/2718ca42930f7c8c11bc96341e0d3db6f532b08d"><code>2718ca4</code></a> Prepare release: 2023.09.10</li> <li><a href="https://github.com/pradyunsg/furo/commit/c22c99d931decfa4641e400e428606bc6184af56"><code>c22c99d</code></a> Update changelog</li> <li><a href="https://github.com/pradyunsg/furo/commit/c37e84961d9ffbc77ab7be268081d1b3497f0311"><code>c37e849</code></a> Quote a not-runtime-generic type annotation</li> <li><a href="https://github.com/pradyunsg/furo/commit/9cfdf44784dc90085549490ff1eddd2afc37c1d6"><code>9cfdf44</code></a> Rework infrastructure for linting</li> <li><a href="https://github.com/pradyunsg/furo/commit/5abeb9fc962aee61eda02e0c75e872004635e9d5"><code>5abeb9f</code></a> Fix the check for HTML builders</li> <li><a href="https://github.com/pradyunsg/furo/commit/ee2ab5459ddb0a32c3467b88c9c628611eb55073"><code>ee2ab54</code></a> Tweak how tests are run with nox</li> <li><a href="https://github.com/pradyunsg/furo/commit/cdae2366c340695ba724ca8438a4cd1e605c8848"><code>cdae236</code></a> Test against Sphinx minor versions in CI</li> <li><a href="https://github.com/pradyunsg/furo/commit/9e40071eb8c4c3e38845b57c4f5242bef2a44af2"><code>9e40071</code></a> Make asset hash injection idempotent</li> <li><a href="https://github.com/pradyunsg/furo/commit/aab86f4624b6ef38a151440be5624746d41882b1"><code>aab86f4</code></a> Revert &quot;Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)&quot;</li> <li><a href="https://github.com/pradyunsg/furo/commit/4dd6eec9e306b5fd0624ec8d1d90c6ad416c5182"><code>4dd6eec</code></a> Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.5.1 to 3.5.2 <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.5.2</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</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.5.2] -- 2024-01-10</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/08dacae618775831243f6bbab47d9be590d511f2"><code>08dacae</code></a> Bump version to 3.5.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e466f381d09692f484f8ff022273e2ac8cea0b16"><code>e466f38</code></a> Fix handling of bogus comments.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a2a9c53ea262ea0d39e76aa18430ce071fbe68d5"><code>a2a9c53</code></a> Update change log link in README.md</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/cef5afeb959d11e1ad5566fefa1f9a71136c1050"><code>cef5afe</code></a> Update Changelog URL</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/5d7f2559c31844f788ea41132f40ace7555518e6"><code>5d7f255</code></a> Fix missing search in docs</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/bc14d5917b2943b438af930ae61fe27c31581375"><code>bc14d59</code></a> Split changelog workflows to separate logic on when each gets run.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9b06df2cff3602c98a77601d95d639ceacedb07d"><code>9b06df2</code></a> ghp-import it not a command module</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dac7977458eb1f2ca27107e65bfa41aad3ac74bb"><code>dac7977</code></a> Fix a minor oversight in <a href="https://redirect.github.com/Python-Markdown/markdown/issues/1407">#1407</a></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dcd69b154b74a7818be433491896391058ea7e04"><code>dcd69b1</code></a> Update docs deploy scripts</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a63e6f3416f2e4fc7c2d5edb2768ceed9218df20"><code>a63e6f3</code></a> Fix edge-case crash in InlineProcessor</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2">compare view</a></li> </ul> </details> <br /> Updates `markupsafe` from 2.1.3 to 2.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/markupsafe/releases">markupsafe's releases</a>.</em></p> <blockquote> <h2>2.1.4</h2> <p>This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <ul> <li> <p>Improves performance of the <code>Markup.striptags</code> method for large input.</p> </li> <li> <p>Changes: <a href="https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4">https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4</a></p> </li> <li> <p>Milestone: <a href="https://github.com/pallets/markupsafe/milestone/11?closed=1">https://github.com/pallets/markupsafe/milestone/11?closed=1</a></p> </li> <li> <p>PyPI: <a href="https://pypi.org/project/MarkupSafe/2.1.4/">https://pypi.org/project/MarkupSafe/2.1.4/</a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/markupsafe/blob/main/CHANGES.rst">markupsafe's changelog</a>.</em></p> <blockquote> <h2>Version 2.1.4</h2> <p>Released 2024-01-19</p> <ul> <li>Don't use regular expressions for <code>striptags</code>, avoiding a performance issue. :pr:<code>413</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/markupsafe/commit/b7cd6523579ea5a08d89799f2a64ec2c2bc45eca"><code>b7cd652</code></a> release version 2.1.4</li> <li><a href="https://github.com/pallets/markupsafe/commit/3bead8eedcfb434097dc61a18dd4721201df262a"><code>3bead8e</code></a> update cibuildwheel for 3.12 wheels</li> <li><a href="https://github.com/pallets/markupsafe/commit/a24df39e1bb01c1ca69363a97520719d2d307793"><code>a24df39</code></a> improve striptags performance (<a href="https://redirect.github.com/pallets/markupsafe/issues/413">#413</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/750e22b453480bced197396b03779d62e9ac209b"><code>750e22b</code></a> improve striptags performance</li> <li><a href="https://github.com/pallets/markupsafe/commit/4c397ef60cd2c8b3bac3c596b60b3df82e965ca6"><code>4c397ef</code></a> start version 2.1.4</li> <li><a href="https://github.com/pallets/markupsafe/commit/bc0cb5c65ce0b90b0007527cb1cdaf008b792f0b"><code>bc0cb5c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pallets/markupsafe/issues/387">#387</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/35ab8a0b8e74fb0a0e26ad80dc44d79f5c2b4f2c"><code>35ab8a0</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pallets/markupsafe/commit/f5a40c75c3ca9c5d5de0db6d707ada8c9082bcb0"><code>f5a40c7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pallets/markupsafe/issues/386">#386</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/8dd8dac3254ccf0c478ae09460b41248804a36c8"><code>8dd8dac</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pallets/markupsafe/commit/e2fd390154081a171488cdf1b571cf5740fd63a8"><code>e2fd390</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4">compare view</a></li> </ul> </details> <br /> Updates `sphinx` from 7.1.2 to 7.2.6 <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 7.2.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> <h2>Sphinx 7.2.5</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 7.2.4</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 7.2.3</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 7.2.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 7.2.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 7.2.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> </blockquote> </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 7.2.6 (released Sep 13, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Add the :envvar:<code>!SPHINX_AUTODOC_RELOAD_MODULES</code> environment variable, which if set reloads modules when using autodoc with <code>TYPE_CHECKING = True</code>. Patch by Matt Wozniski and Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Use :py:func:<code>importlib.reload</code> to reload modules in autodoc. Patch by Matt Wozniski and Adam Turner.</li> </ul> <h1>Release 7.2.5 (released Aug 30, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11645">#11645</a>: Fix a regression preventing autodoc from importing modules within packages that make use of <code>if typing.TYPE_CHECKING:</code> to guard circular imports needed by type checkers. Patch by Matt Wozniski.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11634">#11634</a>: Fixed inheritance diagram relative link resolution for sibling files in a subdirectory. Patch by Albert Shih.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11659">#11659</a>: Allow <code>?config=...</code> in :confval:<code>mathjax_path</code>.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11654">#11654</a>: autodoc: Fail with a more descriptive error message when an object claims to be an instance of <code>type</code>, but is not a class. Patch by James Braza.</li> <li>11620: Cease emitting :event:<code>source-read</code> events for files read via the :dudir:<code>include</code> directive.</li> <li>11620: Add a new :event:<code>include-read</code> for observing and transforming the content of included files via the :dudir:<code>include</code> directive.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11627">#11627</a>: Restore support for copyright lines of the form <code>YYYY</code> when <code>SOURCE_DATE_EPOCH</code> is set.</li> </ul> <h1>Release 7.2.4 (released Aug 28, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11618">#11618</a>: Fix a regression in the MoveModuleTargets transform, introduced in <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/10478">#10478</a> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/9662">#9662</a>).</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11649">#11649</a>: linkcheck: Resolve hanging tests for timezones west of London and incorrect conversion from UTC to offsets from the UNIX epoch. Patch by Dmitry Shachnev and Adam Turner.</li> </ul> <p>Release 7.2.3 (released Aug 23, 2023)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/cf7d2759af0852d67288e58d823d51fe860749ca"><code>cf7d275</code></a> Bump to 7.2.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/43d69755df0088fd0ec099c0893da059f50175e4"><code>43d6975</code></a> Leverage <code>importlib.reload</code> for reloading modules (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/13da5d7b2fda0da58137534e8fcdb0da9c88e55f"><code>13da5d7</code></a> Inline makecmd in make mode</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/3d0110a95a5260cc5056322eb8c2ae7f031a6667"><code>3d0110a</code></a> Enable test_cython on Python 3.12</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/22759fb9457bd9f1b01003daa47d7a2e78b6303c"><code>22759fb</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/fcc38997f1d9b728bb4ffc64fc362c7763a4ee25"><code>fcc3899</code></a> Bump to 7.2.5 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/2a631f97ef7f4b0edc2470c9cc2b7d809dd75a87"><code>2a631f9</code></a> Restore support for YYYY copyright lines</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/2730cc3353b06f16786d697c61c8b847a91ddd30"><code>2730cc3</code></a> Remove double spaces in CHANGES</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/ff18318613db56d0000db47e5c8f0140556cef0c"><code>ff18318</code></a> Add an <code>'include-read'</code> event (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11657">#11657</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/74329d9c51c16be54e1f3dece07461f67cfb8ab0"><code>74329d9</code></a> Fail better in <code>ExceptionDocumenter.can_document_member</code> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11660">#11660</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.6">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-applehelp` from 1.0.4 to 1.0.8 <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 1.0.8</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>sphinxcontrib-applehelp 1.0.7</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>sphinxcontrib-applehelp 1.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> <h2>sphinxcontrib-applehelp 1.0.5</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-applehelp/blob/master/CHANGES">sphinxcontrib-applehelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.8 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> <h1>Release 1.0.7 (2023-08-14)</h1> <ul> <li>Use <code>os.PathLike</code> over <code>pathlib.Path</code></li> </ul> <h1>Release 1.0.6 (2023-08-09)</h1> <ul> <li>Fix tests for Sphinx 7.1 and below</li> </ul> <h1>Release 1.0.5 (2023-08-07)</h1> <ul> <li>Drop support for Python 3.8</li> <li>Raise minimum required Sphinx version to 5.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/cadf8702db6af47dff36581803c2c90469569d27"><code>cadf870</code></a> Bump to 1.0.8 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/ccc77c814a92ef21c300e5ef725b76c40b7ce653"><code>ccc77c8</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-applehelp/issues/15">#15</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/303c7ef672c030b9e5da70ec6c6fe752061805cf"><code>303c7ef</code></a> Bump to 1.0.7 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/41c0826f461d295b967c60b8c54643cf78d9479f"><code>41c0826</code></a> Fix mypy error</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/f0c70a4c18620ad6fd5f5fe7463e63cf1e87f229"><code>f0c70a4</code></a> Use <code>os.PathLike</code> over <code>pathlib.Path</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/efbef0b8d9887ee4f51c5f30c9782ff19941a9b1"><code>efbef0b</code></a> Bump to 1.0.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/cb4550b5278e10173a7e6f44d4ca5c1f7de15bd9"><code>cb4550b</code></a> Restore support in tests for <code>Sphinx&lt;7.2</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/7fb7372a781b9af6a4ec9564ca90a25d75f0f595"><code>7fb7372</code></a> Run pytest with <code>-vv</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/42414fbd9bbeb465eb7cccf3747845e7e625296a"><code>42414fb</code></a> Test Sphinx's master branch distinctly from ordinary tests</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/3c8e126c3b23eb5d2f589d4a0e5b21297dbc608e"><code>3c8e126</code></a> Fix GitHub Release workflow</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.4...1.0.8">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-devhelp` from 1.0.5 to 1.0.6 <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 1.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-devhelp/blob/1.0.6/CHANGES">sphinxcontrib-devhelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.6 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/1ace65f9fe33f4c4b2584d3d28f38d84a670c901"><code>1ace65f</code></a> Bump to 1.0.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/ff26d1f797fdbc99b2edd7d27b5f3a226e4c3c7f"><code>ff26d1f</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-devhelp/issues/11">#11</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/6401cf7461e6d6c6613a7043a5fae7486a229ed2"><code>6401cf7</code></a> Use <code>Node.findall</code> over <code>Node.traverse</code> (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-devhelp/issues/10">#10</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.5...1.0.6">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-htmlhelp` from 2.0.4 to 2.0.5 <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.0.5</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/2.0.5/CHANGES">sphinxcontrib-htmlhelp's changelog</a>.</em></p> <blockquote> <h1>Release 2.0.5 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/244375fc34275ea077b13c644652099b005fa854"><code>244375f</code></a> Bump to 2.0.5 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/25f92182ca839ddb62d93638f5b8a6f358a9f0dc"><code>25f9218</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/issues/18">#18</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-qthelp` from 1.0.6 to 1.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases">sphinxcontrib-qthelp's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-qthelp 1.0.7</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-qthelp/blob/1.0.7/CHANGES">sphinxcontrib-qthelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.7 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/79f0780a6898b8bd2133588876823c7a7518ab5f"><code>79f0780</code></a> Bump to 1.0.7 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/b4d64f5700ac6d4e2d9fd3962deb56be89bb67c7"><code>b4d64f5</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-qthelp/issues/15">#15</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.6...1.0.7">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-serializinghtml` from 1.1.9 to 1.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases">sphinxcontrib-serializinghtml's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-serializinghtml 1.1.10</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-serializinghtml/blob/master/CHANGES">sphinxcontrib-serializinghtml's changelog</a>.</em></p> <blockquote> <h1>Release 1.1.10 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/commit/941e0e81da47efad9509cc7df3eff44f40de43c2"><code>941e0e8</code></a> Bump to 1.0.10 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/commit/f0b76043a49e8969be1f0bfed7ad5636d7361e3c"><code>f0b7604</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-serializinghtml/issues/10">#10</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/compare/1.1.9...1.1.10">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efcfa2b commit 0e3a376

File tree

2 files changed

+94
-94
lines changed

2 files changed

+94
-94
lines changed

llvm/docs/requirements-hashed.txt

Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# pip-compile --generate-hashes --output-file=requirements-hashed.txt requirements.txt
66
#
7-
alabaster==0.7.13 \
8-
--hash=sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3 \
9-
--hash=sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2
7+
alabaster==0.7.16 \
8+
--hash=sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65 \
9+
--hash=sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92
1010
# via sphinx
1111
babel==2.14.0 \
1212
--hash=sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363 \
1313
--hash=sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287
1414
# via sphinx
15-
beautifulsoup4==4.12.2 \
16-
--hash=sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da \
17-
--hash=sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a
15+
beautifulsoup4==4.12.3 \
16+
--hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \
17+
--hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
1818
# via furo
1919
certifi==2023.11.17 \
2020
--hash=sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1 \
@@ -124,9 +124,9 @@ docutils==0.20.1 \
124124
# myst-parser
125125
# recommonmark
126126
# sphinx
127-
furo==2023.8.19 \
128-
--hash=sha256:12f99f87a1873b6746228cfde18f77244e6c1ffb85d7fed95e638aae70d80590 \
129-
--hash=sha256:e671ee638ab3f1b472f4033b0167f502ab407830e0db0f843b1c1028119c9cd1
127+
furo==2023.9.10 \
128+
--hash=sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc \
129+
--hash=sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2
130130
# via -r requirements.txt
131131
idna==3.6 \
132132
--hash=sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca \
@@ -142,77 +142,77 @@ jinja2==3.1.3 \
142142
# via
143143
# myst-parser
144144
# sphinx
145-
markdown==3.5.1 \
146-
--hash=sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc \
147-
--hash=sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd
145+
markdown==3.5.2 \
146+
--hash=sha256:d43323865d89fc0cb9b20c75fc8ad313af307cc087e84b657d9eec768eddeadd \
147+
--hash=sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8
148148
# via sphinx-markdown-tables
149149
markdown-it-py==3.0.0 \
150150
--hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \
151151
--hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
152152
# via
153153
# mdit-py-plugins
154154
# myst-parser
155-
markupsafe==2.1.3 \
156-
--hash=sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e \
157-
--hash=sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e \
158-
--hash=sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431 \
159-
--hash=sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686 \
160-
--hash=sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c \
161-
--hash=sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559 \
162-
--hash=sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc \
163-
--hash=sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb \
164-
--hash=sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939 \
165-
--hash=sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c \
166-
--hash=sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0 \
167-
--hash=sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4 \
168-
--hash=sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9 \
169-
--hash=sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575 \
170-
--hash=sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba \
171-
--hash=sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d \
172-
--hash=sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd \
173-
--hash=sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3 \
174-
--hash=sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00 \
175-
--hash=sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155 \
176-
--hash=sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac \
177-
--hash=sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52 \
178-
--hash=sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f \
179-
--hash=sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8 \
180-
--hash=sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b \
181-
--hash=sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007 \
182-
--hash=sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24 \
183-
--hash=sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea \
184-
--hash=sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198 \
185-
--hash=sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0 \
186-
--hash=sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee \
187-
--hash=sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be \
188-
--hash=sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2 \
189-
--hash=sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1 \
190-
--hash=sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707 \
191-
--hash=sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6 \
192-
--hash=sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c \
193-
--hash=sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58 \
194-
--hash=sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823 \
195-
--hash=sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779 \
196-
--hash=sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636 \
197-
--hash=sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c \
198-
--hash=sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad \
199-
--hash=sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee \
200-
--hash=sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc \
201-
--hash=sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2 \
202-
--hash=sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48 \
203-
--hash=sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7 \
204-
--hash=sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e \
205-
--hash=sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b \
206-
--hash=sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa \
207-
--hash=sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5 \
208-
--hash=sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e \
209-
--hash=sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb \
210-
--hash=sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9 \
211-
--hash=sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57 \
212-
--hash=sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc \
213-
--hash=sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc \
214-
--hash=sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2 \
215-
--hash=sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11
155+
markupsafe==2.1.4 \
156+
--hash=sha256:0042d6a9880b38e1dd9ff83146cc3c9c18a059b9360ceae207805567aacccc69 \
157+
--hash=sha256:0c26f67b3fe27302d3a412b85ef696792c4a2386293c53ba683a89562f9399b0 \
158+
--hash=sha256:0fbad3d346df8f9d72622ac71b69565e621ada2ce6572f37c2eae8dacd60385d \
159+
--hash=sha256:15866d7f2dc60cfdde12ebb4e75e41be862348b4728300c36cdf405e258415ec \
160+
--hash=sha256:1c98c33ffe20e9a489145d97070a435ea0679fddaabcafe19982fe9c971987d5 \
161+
--hash=sha256:21e7af8091007bf4bebf4521184f4880a6acab8df0df52ef9e513d8e5db23411 \
162+
--hash=sha256:23984d1bdae01bee794267424af55eef4dfc038dc5d1272860669b2aa025c9e3 \
163+
--hash=sha256:31f57d64c336b8ccb1966d156932f3daa4fee74176b0fdc48ef580be774aae74 \
164+
--hash=sha256:3583a3a3ab7958e354dc1d25be74aee6228938312ee875a22330c4dc2e41beb0 \
165+
--hash=sha256:36d7626a8cca4d34216875aee5a1d3d654bb3dac201c1c003d182283e3205949 \
166+
--hash=sha256:396549cea79e8ca4ba65525470d534e8a41070e6b3500ce2414921099cb73e8d \
167+
--hash=sha256:3a66c36a3864df95e4f62f9167c734b3b1192cb0851b43d7cc08040c074c6279 \
168+
--hash=sha256:3aae9af4cac263007fd6309c64c6ab4506dd2b79382d9d19a1994f9240b8db4f \
169+
--hash=sha256:3ab3a886a237f6e9c9f4f7d272067e712cdb4efa774bef494dccad08f39d8ae6 \
170+
--hash=sha256:47bb5f0142b8b64ed1399b6b60f700a580335c8e1c57f2f15587bd072012decc \
171+
--hash=sha256:49a3b78a5af63ec10d8604180380c13dcd870aba7928c1fe04e881d5c792dc4e \
172+
--hash=sha256:4df98d4a9cd6a88d6a585852f56f2155c9cdb6aec78361a19f938810aa020954 \
173+
--hash=sha256:5045e892cfdaecc5b4c01822f353cf2c8feb88a6ec1c0adef2a2e705eef0f656 \
174+
--hash=sha256:5244324676254697fe5c181fc762284e2c5fceeb1c4e3e7f6aca2b6f107e60dc \
175+
--hash=sha256:54635102ba3cf5da26eb6f96c4b8c53af8a9c0d97b64bdcb592596a6255d8518 \
176+
--hash=sha256:54a7e1380dfece8847c71bf7e33da5d084e9b889c75eca19100ef98027bd9f56 \
177+
--hash=sha256:55d03fea4c4e9fd0ad75dc2e7e2b6757b80c152c032ea1d1de487461d8140efc \
178+
--hash=sha256:698e84142f3f884114ea8cf83e7a67ca8f4ace8454e78fe960646c6c91c63bfa \
179+
--hash=sha256:6aa5e2e7fc9bc042ae82d8b79d795b9a62bd8f15ba1e7594e3db243f158b5565 \
180+
--hash=sha256:7653fa39578957bc42e5ebc15cf4361d9e0ee4b702d7d5ec96cdac860953c5b4 \
181+
--hash=sha256:765f036a3d00395a326df2835d8f86b637dbaf9832f90f5d196c3b8a7a5080cb \
182+
--hash=sha256:78bc995e004681246e85e28e068111a4c3f35f34e6c62da1471e844ee1446250 \
183+
--hash=sha256:7a07f40ef8f0fbc5ef1000d0c78771f4d5ca03b4953fc162749772916b298fc4 \
184+
--hash=sha256:8b570a1537367b52396e53325769608f2a687ec9a4363647af1cded8928af959 \
185+
--hash=sha256:987d13fe1d23e12a66ca2073b8d2e2a75cec2ecb8eab43ff5624ba0ad42764bc \
186+
--hash=sha256:9896fca4a8eb246defc8b2a7ac77ef7553b638e04fbf170bff78a40fa8a91474 \
187+
--hash=sha256:9e9e3c4020aa2dc62d5dd6743a69e399ce3de58320522948af6140ac959ab863 \
188+
--hash=sha256:a0b838c37ba596fcbfca71651a104a611543077156cb0a26fe0c475e1f152ee8 \
189+
--hash=sha256:a4d176cfdfde84f732c4a53109b293d05883e952bbba68b857ae446fa3119b4f \
190+
--hash=sha256:a76055d5cb1c23485d7ddae533229039b850db711c554a12ea64a0fd8a0129e2 \
191+
--hash=sha256:a76cd37d229fc385738bd1ce4cba2a121cf26b53864c1772694ad0ad348e509e \
192+
--hash=sha256:a7cc49ef48a3c7a0005a949f3c04f8baa5409d3f663a1b36f0eba9bfe2a0396e \
193+
--hash=sha256:abf5ebbec056817057bfafc0445916bb688a255a5146f900445d081db08cbabb \
194+
--hash=sha256:b0fe73bac2fed83839dbdbe6da84ae2a31c11cfc1c777a40dbd8ac8a6ed1560f \
195+
--hash=sha256:b6f14a9cd50c3cb100eb94b3273131c80d102e19bb20253ac7bd7336118a673a \
196+
--hash=sha256:b83041cda633871572f0d3c41dddd5582ad7d22f65a72eacd8d3d6d00291df26 \
197+
--hash=sha256:b835aba863195269ea358cecc21b400276747cc977492319fd7682b8cd2c253d \
198+
--hash=sha256:bf1196dcc239e608605b716e7b166eb5faf4bc192f8a44b81e85251e62584bd2 \
199+
--hash=sha256:c669391319973e49a7c6230c218a1e3044710bc1ce4c8e6eb71f7e6d43a2c131 \
200+
--hash=sha256:c7556bafeaa0a50e2fe7dc86e0382dea349ebcad8f010d5a7dc6ba568eaaa789 \
201+
--hash=sha256:c8f253a84dbd2c63c19590fa86a032ef3d8cc18923b8049d91bcdeeb2581fbf6 \
202+
--hash=sha256:d18b66fe626ac412d96c2ab536306c736c66cf2a31c243a45025156cc190dc8a \
203+
--hash=sha256:d5291d98cd3ad9a562883468c690a2a238c4a6388ab3bd155b0c75dd55ece858 \
204+
--hash=sha256:d5c31fe855c77cad679b302aabc42d724ed87c043b1432d457f4976add1c2c3e \
205+
--hash=sha256:d6e427c7378c7f1b2bef6a344c925b8b63623d3321c09a237b7cc0e77dd98ceb \
206+
--hash=sha256:dac1ebf6983148b45b5fa48593950f90ed6d1d26300604f321c74a9ca1609f8e \
207+
--hash=sha256:de8153a7aae3835484ac168a9a9bdaa0c5eee4e0bc595503c95d53b942879c84 \
208+
--hash=sha256:e1a0d1924a5013d4f294087e00024ad25668234569289650929ab871231668e7 \
209+
--hash=sha256:e7902211afd0af05fbadcc9a312e4cf10f27b779cf1323e78d52377ae4b72bea \
210+
--hash=sha256:e888ff76ceb39601c59e219f281466c6d7e66bd375b4ec1ce83bcdc68306796b \
211+
--hash=sha256:f06e5a9e99b7df44640767842f414ed5d7bedaaa78cd817ce04bbd6fd86e2dd6 \
212+
--hash=sha256:f6be2d708a9d0e9b0054856f07ac7070fbe1754be40ca8525d5adccdbda8f475 \
213+
--hash=sha256:f9917691f410a2e0897d1ef99619fd3f7dd503647c8ff2475bf90c3cf222ad74 \
214+
--hash=sha256:fc1a75aa8f11b87910ffd98de62b29d6520b6d6e8a3de69a70ca34dea85d2a8a \
215+
--hash=sha256:fe8512ed897d5daf089e5bd010c3dc03bb1bdae00b35588c49b98268d4a01e00
216216
# via jinja2
217217
mdit-py-plugins==0.4.0 \
218218
--hash=sha256:b51b3bb70691f57f974e257e367107857a93b36f322a9e6d44ca5bf28ec2def9 \
@@ -304,9 +304,9 @@ soupsieve==2.5 \
304304
--hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \
305305
--hash=sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7
306306
# via beautifulsoup4
307-
sphinx==7.1.2 \
308-
--hash=sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f \
309-
--hash=sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe
307+
sphinx==7.2.6 \
308+
--hash=sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560 \
309+
--hash=sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5
310310
# via
311311
# -r requirements.txt
312312
# furo
@@ -334,31 +334,31 @@ sphinx-markdown-tables==0.0.17 \
334334
--hash=sha256:2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 \
335335
--hash=sha256:6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
336336
# via -r requirements.txt
337-
sphinxcontrib-applehelp==1.0.4 \
338-
--hash=sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228 \
339-
--hash=sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
337+
sphinxcontrib-applehelp==1.0.8 \
338+
--hash=sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619 \
339+
--hash=sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4
340340
# via
341341
# -r requirements.txt
342342
# sphinx
343-
sphinxcontrib-devhelp==1.0.5 \
344-
--hash=sha256:63b41e0d38207ca40ebbeabcf4d8e51f76c03e78cd61abe118cf4435c73d4212 \
345-
--hash=sha256:fe8009aed765188f08fcaadbb3ea0d90ce8ae2d76710b7e29ea7d047177dae2f
343+
sphinxcontrib-devhelp==1.0.6 \
344+
--hash=sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f \
345+
--hash=sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3
346346
# via sphinx
347-
sphinxcontrib-htmlhelp==2.0.4 \
348-
--hash=sha256:6c26a118a05b76000738429b724a0568dbde5b72391a688577da08f11891092a \
349-
--hash=sha256:8001661c077a73c29beaf4a79968d0726103c5605e27db92b9ebed8bab1359e9
347+
sphinxcontrib-htmlhelp==2.0.5 \
348+
--hash=sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015 \
349+
--hash=sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04
350350
# via sphinx
351351
sphinxcontrib-jsmath==1.0.1 \
352352
--hash=sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178 \
353353
--hash=sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
354354
# via sphinx
355-
sphinxcontrib-qthelp==1.0.6 \
356-
--hash=sha256:62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d \
357-
--hash=sha256:bf76886ee7470b934e363da7a954ea2825650013d367728588732c7350f49ea4
355+
sphinxcontrib-qthelp==1.0.7 \
356+
--hash=sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6 \
357+
--hash=sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182
358358
# via sphinx
359-
sphinxcontrib-serializinghtml==1.1.9 \
360-
--hash=sha256:0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54 \
361-
--hash=sha256:9b36e503703ff04f20e9675771df105e58aa029cfcbc23b8ed716019b7416ae1
359+
sphinxcontrib-serializinghtml==1.1.10 \
360+
--hash=sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7 \
361+
--hash=sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f
362362
# via sphinx
363363
urllib3==2.1.0 \
364364
--hash=sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3 \

llvm/docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sphinx==7.1.2
1+
sphinx==7.2.6
22
docutils==0.20.1
33
sphinx-markdown-tables==0.0.17
44
recommonmark==0.7.1
55
sphinx-automodapi==0.16.0
66
sphinx-bootstrap-theme==0.8.1
7-
sphinxcontrib-applehelp==1.0.4
8-
furo==2023.8.19
7+
sphinxcontrib-applehelp==1.0.8
8+
furo==2023.9.10
99
myst-parser==2.0.0

0 commit comments

Comments
 (0)