Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip-deps group across 1 directory with 4 updates (#53)
Bumps the pip-deps group with 4 updates in the / directory: [charset-normalizer](https://github.com/Ousret/charset_normalizer), [markupsafe](https://github.com/pallets/markupsafe), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `charset-normalizer` from 3.3.2 to 3.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Ousret/charset_normalizer/releases">charset-normalizer's releases</a>.</em></p> <blockquote> <h2>Version 3.4.0</h2> <h2>🚀 charset-normalizer is raising awareness around HTTP/2, and HTTP/3!</h2> <p>Did you know that Internet Explorer 11 shipped with an optional HTTP/2 support back in 2013? also libcurl did ship it in 2014[...] All of this while our community is still struggling to make a firm advancement in HTTP clients. Now, many of you use Requests as the defacto http client, now, and for many years now, Requests has been frozen. Being left in a vegetative state and not evolving, this blocked millions of developers from using more advanced features.</p> <p>We promptly invite Python developers to look at the drop-in replacement for Requests, <a href="https://github.com/jawah/niquests">namely Niquests</a>. It leverage charset-normalizer in a better way! Check it out, you will be positively surprised! Don't wait another decade.</p> <p>We are thankful to <a href="https://github.com/microsoft"><code>@microsoft</code></a> and involved parties for funding our work through the Microsoft FOSS Fund program.</p> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0">3.4.0</a> (2024-10-08)</h2> <h3>Added</h3> <ul> <li>Argument <code>--no-preemptive</code> in the CLI to prevent the detector to search for hints.</li> <li>Support for Python 3.13 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/512">#512</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.</li> <li>Improved the general reliability of the detector based on user feedbacks. (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/520">#520</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/509">#509</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/498">#498</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/407">#407</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/537">#537</a>)</li> <li>Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/381">#381</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md">charset-normalizer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0">3.4.0</a> (2024-10-08)</h2> <h3>Added</h3> <ul> <li>Argument <code>--no-preemptive</code> in the CLI to prevent the detector to search for hints.</li> <li>Support for Python 3.13 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/512">#512</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.</li> <li>Improved the general reliability of the detector based on user feedbacks. (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/520">#520</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/509">#509</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/498">#498</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/407">#407</a>) (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/537">#537</a>)</li> <li>Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/381">#381</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jawah/charset_normalizer/commit/f3118e3b5132b34e4a888d8d6f7199aee4e85274"><code>f3118e3</code></a> :wrench: change download/upload artifact version to last working version</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/33e67e8303f65dfc70fc89a0521b64cd4be8e527"><code>33e67e8</code></a> :wrench: set compile-generator in generator_generic_slsa3 action</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/73dd24ca0ca28e23b254af4f5aa7767b8993eacc"><code>73dd24c</code></a> :wrench: add explicit build deps to setuptools</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/78f1e9ba677c2c8887e7658b7566c6a31ce55648"><code>78f1e9b</code></a> :wrench: attempt to fix cd.yml *3</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/56ae70201bba3116bb2f09ec380fb70c07bf4db1"><code>56ae702</code></a> :wrench: attempt to fix cd.yml *2</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/9720055dde3c146db76c7195f3c474df6212191e"><code>9720055</code></a> :wrench: attempt to fix cd.yml (macos part)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/1e10d06e26bacaab3b513e601037889d00ae54ad"><code>1e10d06</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/36c103a599dd8da8e68762d32fd87a264de3ec47"><code>36c103a</code></a> :bookmark: Release 3.4.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/545">#545</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/7658dfcfa537f9cdce873fb94b545859ab2f1d5e"><code>7658dfc</code></a> :arrow_up: Bump github/codeql-action from 3.26.11 to 3.26.12 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/544">#544</a>)</li> <li><a href="https://github.com/jawah/charset_normalizer/commit/ca2535d8cc575fc7ecc144d6ab253216fcbc36fc"><code>ca2535d</code></a> :arrow_up: Bump github/codeql-action from 3.26.9 to 3.26.11 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/542">#542</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0">compare view</a></li> </ul> </details> <br /> Updates `markupsafe` from 2.1.5 to 3.0.2 <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>3.0.2</h2> <p>This is the MarkupSafe 3.0.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <p>PyPI: <a href="https://pypi.org/project/MarkupSafe/3.0.2/">https://pypi.org/project/MarkupSafe/3.0.2/</a> Changes: <a href="https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-2">https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-2</a> Milestone: <a href="https://github.com/pallets/markupsafe/milestone/14?closed=1">https://github.com/pallets/markupsafe/milestone/14?closed=1</a></p> <ul> <li>Fix compatibility when <code>__str__</code> returns a <code>str</code> subclass. <a href="https://redirect.github.com/pallets/markupsafe/issues/472">#472</a></li> <li>Build requires setuptools >= 70.1. <a href="https://redirect.github.com/pallets/markupsafe/issues/475">#475</a></li> </ul> <h2>3.0.1</h2> <p>This is the MarkupSafe 3.0.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <p>PyPI: <a href="https://pypi.org/project/MarkupSafe/3.0.1/">https://pypi.org/project/MarkupSafe/3.0.1/</a> Changes: <a href="https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-1">https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-1</a> Milestone: <a href="https://github.com/pallets/markupsafe/milestone/13?closed=1">https://github.com/pallets/markupsafe/milestone/13?closed=1</a></p> <ul> <li>Address compiler warnings that became errors in GCC 14. <a href="https://redirect.github.com/pallets/markupsafe/issues/466">#466</a></li> <li>Fix compatibility with proxy objects. <a href="https://redirect.github.com/pallets/markupsafe/issues/467">#467</a></li> </ul> <h2>3.0.0</h2> <p>This is the MarkupSafe 3.0.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. The 3.0.x branch is now the supported fix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as <a href="https://pypi.org/project/pip-tools/">pip-tools</a> to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.</p> <p>PyPI: <a href="https://pypi.org/project/MarkupSafe/3.0.0/">https://pypi.org/project/MarkupSafe/3.0.0/</a> Changes: <a href="https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-0">https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-0</a> Milestone: <a href="https://github.com/pallets/markupsafe/milestone/10?closed=1">https://github.com/pallets/markupsafe/milestone/10?closed=1</a></p> <ul> <li>Support Python 3.13 and its experimental free-threaded build. <a href="https://redirect.github.com/pallets/markupsafe/issues/461">#461</a></li> <li>Drop support for Python 3.7 and 3.8.</li> <li>Use modern packaging metadata with <code>pyproject.toml</code> instead of <code>setup.cfg</code>. <a href="https://redirect.github.com/pallets/markupsafe/issues/348">#348</a></li> <li>Change <code>distutils</code> imports to <code>setuptools</code>. <a href="https://redirect.github.com/pallets/markupsafe/issues/399">#399</a></li> <li>Use deferred evaluation of annotations. <a href="https://redirect.github.com/pallets/markupsafe/issues/400">#400</a></li> <li>Update signatures for <code>Markup</code> methods to match <code>str</code> signatures. Use positional-only arguments. <a href="https://redirect.github.com/pallets/markupsafe/issues/400">#400</a></li> <li>Some <code>str</code> methods on <code>Markup</code> no longer escape their argument: <code>strip</code>, <code>lstrip</code>, <code>rstrip</code>, <code>removeprefix</code>, <code>removesuffix</code>, <code>partition</code>, and <code>rpartition</code>; <code>replace</code> only escapes its <code>new</code> argument. These methods are conceptually linked to search methods such as <code>in</code>, <code>find</code>, and <code>index</code>, which already do not escape their argument. <a href="https://redirect.github.com/pallets/markupsafe/issues/401">#401</a></li> <li>The <code>__version__</code> attribute is deprecated. Use feature detection, or <code>importlib.metadata.version("markupsafe")</code>, instead. <a href="https://redirect.github.com/pallets/markupsafe/issues/402">#402</a></li> <li>Speed up escaping plain strings by 40%. <a href="https://redirect.github.com/pallets/markupsafe/issues/434">#434</a></li> <li>Simplify speedups implementation. <a href="https://redirect.github.com/pallets/markupsafe/issues/437">#437</a></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 3.0.2</h2> <p>Released 2024-10-18</p> <ul> <li>Fix compatibility when <code>__str__</code> returns a <code>str</code> subclass. :issue:<code>472</code></li> <li>Build requires setuptools >= 70.1. :issue:<code>475</code></li> </ul> <h2>Version 3.0.1</h2> <p>Released 2024-10-08</p> <ul> <li>Address compiler warnings that became errors in GCC 14. :issue:<code>466</code></li> <li>Fix compatibility with proxy objects. :issue:<code>467</code></li> </ul> <h2>Version 3.0.0</h2> <p>Released 2024-10-07</p> <ul> <li>Support Python 3.13 and its experimental free-threaded build. :pr:<code>461</code></li> <li>Drop support for Python 3.7 and 3.8.</li> <li>Use modern packaging metadata with <code>pyproject.toml</code> instead of <code>setup.cfg</code>. :pr:<code>348</code></li> <li>Change <code>distutils</code> imports to <code>setuptools</code>. :pr:<code>399</code></li> <li>Use deferred evaluation of annotations. :pr:<code>400</code></li> <li>Update signatures for <code>Markup</code> methods to match <code>str</code> signatures. Use positional-only arguments. :pr:<code>400</code></li> <li>Some <code>str</code> methods on <code>Markup</code> no longer escape their argument: <code>strip</code>, <code>lstrip</code>, <code>rstrip</code>, <code>removeprefix</code>, <code>removesuffix</code>, <code>partition</code>, and <code>rpartition</code>; <code>replace</code> only escapes its <code>new</code> argument. These methods are conceptually linked to search methods such as <code>in</code>, <code>find</code>, and <code>index</code>, which already do not escape their argument. :issue:<code>401</code></li> <li>The <code>__version__</code> attribute is deprecated. Use feature detection, or <code>importlib.metadata.version("markupsafe")</code>, instead. :pr:<code>402</code></li> <li>Speed up escaping plain strings by 40%. :pr:<code>434</code></li> <li>Simplify speedups implementation. :pr:<code>437</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/markupsafe/commit/28ace20b140d15c083e1cbc163ee6b7778ba098c"><code>28ace20</code></a> release version 3.0.2</li> <li><a href="https://github.com/pallets/markupsafe/commit/6b51fd8f7386983b7038ad973557367cbd48579a"><code>6b51fd8</code></a> build requires at least setuptools 70.1 (<a href="https://redirect.github.com/pallets/markupsafe/issues/478">#478</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/99dda9fd708432bd07d02327b2668661aa3cdaa0"><code>99dda9f</code></a> build requires at least setuptools 70.1</li> <li><a href="https://github.com/pallets/markupsafe/commit/3d8fd8cc006124a49ce2f4268b4d1739e301583e"><code>3d8fd8c</code></a> fix version</li> <li><a href="https://github.com/pallets/markupsafe/commit/1933c4be9c2c88613f7660840cde27a1bb7567e0"><code>1933c4b</code></a> fix version</li> <li><a href="https://github.com/pallets/markupsafe/commit/e85aff4d878aa458d5c1e879bf475d8483647f71"><code>e85aff4</code></a> relax speedups str check (<a href="https://redirect.github.com/pallets/markupsafe/issues/477">#477</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/8cb1691ca038ca39942e088b956f5b94d8f636bf"><code>8cb1691</code></a> relax speedups str check</li> <li><a href="https://github.com/pallets/markupsafe/commit/4dafb7c36f1f654f1edd85228d346252b0065d45"><code>4dafb7c</code></a> start version 3.1.0</li> <li><a href="https://github.com/pallets/markupsafe/commit/9c44ecf45141f691d373a66ce664c43b5a6cc761"><code>9c44ecf</code></a> update docs build</li> <li><a href="https://github.com/pallets/markupsafe/commit/275c76905617c3f0e34de14e8794fcf4dfb0f937"><code>275c769</code></a> Merge branch '2.1.x' into 3.0.x</li> <li>Additional commits viewable in <a href="https://github.com/pallets/markupsafe/compare/2.1.5...3.0.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.38 to 9.5.42 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.42</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <h2>mkdocs-material-9.5.41</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <h2>mkdocs-material-9.5.40</h2> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>Thanks go to <a href="https://github.com/pekkaklarck"><code>@pekkaklarck</code></a> and <a href="https://github.com/klejejs"><code>@klejejs</code></a> for their contributions</p> <h2>mkdocs-material-9.5.39</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>Thanks go to <a href="https://github.com/ilyagr"><code>@ilyagr</code></a> for their contributions</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</li> </ul> <p>mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7567">#7567</a>: Empty headlines when using typeset plugin with anchorlinks</li> </ul> <p>mkdocs-material-9.5.39 (2024-09-29)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7226">#7226</a>: not staying on page when using mike's canonical versioning</li> </ul> <p>mkdocs-material-9.5.38 (2024-09-26)</p> <ul> <li>Added Albanian translations</li> </ul> <p>mkdocs-material-9.5.37 (2024-09-25)</p> <ul> <li>Added 4th and 5th level ordered list styles</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>: Tags have no spacing in search</li> </ul> <p>mkdocs-material-9.5.36 (2024-09-21)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>: Social cards incorrectly rendering HTML entities</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>: Improved support for setting custom list styles</li> </ul> <p>mkdocs-material-9.5.35 (2024-09-18)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>: Search not showing for Vietnamese language</li> </ul> <p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>: Social plugin errors for generated files (MkDocs 1.6+)</li> </ul> <p>mkdocs-material-9.5.34 (2024-08-31)</p> <ul> <li>Updated Mermaid.js to version 11 (latest)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f3a390e07061cc2e78c67f3d902b87f636aa5d5c"><code>f3a390e</code></a> Prepare 9.5.42 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ade227cbbb2a2debcf7c56cc2426696029e74978"><code>ade227c</code></a> Updated README.md (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7631">#7631</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cc1508f1dc58ad56b71e769b9033acd3ff63f02a"><code>cc1508f</code></a> Fixed encoding of boolean attributes in privacy plugin</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e2c621f1d9ab4b1a607d5f3b2812755a2cc5e87c"><code>e2c621f</code></a> Fixed regression in privacy plugin</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5eef8158580d1adb6afee837c714a2ffa6de4fd0"><code>5eef815</code></a> Prepare 9.5.41 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2d2e0415d612f7d9d4245bec0288137ee296a6d3"><code>2d2e041</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/790b0e80caf0b3af09df37e5129b89381b3f4de1"><code>790b0e8</code></a> JSON schema (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7622">#7622</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/649abd2ff8f3785bfc599c63dc610b8e3a392216"><code>649abd2</code></a> Fixed tooltip on logo lost on instant navigation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0418a22a5ad557377a7793956f972e4d2a5fc538"><code>0418a22</code></a> Updated README.md (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7618">#7618</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e29e124e426e4ccd16d8937c13e9bdb7ef26d480"><code>e29e124</code></a> Fixed feedback visible on print</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.38...9.5.42">compare view</a></li> </ul> </details> <br /> Updates `pymdown-extensions` from 10.11 to 10.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.11.2</h2> <ul> <li><strong>FIX</strong>: SuperFences: Fix a regression where certain patterns could cause a hang.</li> </ul> <h2>10.11.1</h2> <ul> <li><strong>Fix</strong>: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/a9940657c92787a46024d55d18dee8cf37a33d8b"><code>a994065</code></a> Fix SuperFence pattern should require options to be separated by a space (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2480">#2480</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/96e19e686555b9f00d7c273a11b0508eae5ef3a9"><code>96e19e6</code></a> Remove more duplicate words</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/3f6fbbb633aefb638c1c3eae1bb868824d80360d"><code>3f6fbbb</code></a> Typos: remove various duplicated words</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/d43141d7b0dc1c489b33a329f9a8140bf1bd7579"><code>d43141d</code></a> Fix omitted language case (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2472">#2472</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/79dabb16c0fb7b7f44d30ffc5842f496d1089da9"><code>79dabb1</code></a> Another attempt to fix MathJax loading issues in docs</li> <li>See full diff in <a href="https://github.com/facelessuser/pymdown-extensions/compare/10.11...10.11.2">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information