Skip to content

Commit 50a2073

Browse files
authored
Bump the patch group across 1 directory with 7 updates (#223)
Bumps the patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` | | [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.1.4` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.2` | `0.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.1` | `9.7.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.3` | | [types-markdown](https://github.com/python/typeshed) | `3.10.0.20251106` | `3.10.2.20260211` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | Updates `markdown` from 3.10 to 3.10.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.10.2</h2> <h3>Fixed</h3> <ul> <li>Fix a regression related to comment handling (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1590">#1590</a>).</li> <li>More reliable fix for <code>&lt;/</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1593">#1593</a>).</li> </ul> <h2>Release 3.10.1</h2> <h3>Fixed</h3> <ul> <li>Ensure nested elements inside inline comments are properly unescaped (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1571">#1571</a>).</li> <li>Make the docs build successfully with mkdocstrings-python 2.0 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1575">#1575</a>).</li> <li>Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1578">#1578</a>).</li> <li>Fix another infinite loop when handling bad comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1586">#1586</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.10.2] - 2026-02-09</h2> <h3>Fixed</h3> <ul> <li>Fix a regression related to comment handling (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1590">#1590</a>).</li> <li>More reliable fix for <code>&lt;/</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1593">#1593</a>).</li> </ul> <h2>[3.10.1] - 2026-01-21</h2> <h3>Fixed</h3> <ul> <li>Ensure nested elements inside inline comments are properly unescaped (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1571">#1571</a>).</li> <li>Make the docs build successfully with mkdocstrings-python 2.0 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1575">#1575</a>).</li> <li>Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1578">#1578</a>).</li> <li>Fix another infinite loop when handling bad comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1586">#1586</a>).</li> </ul> <h2>[3.10.0] - 2025-11-03</h2> <h3>Changed</h3> <ul> <li>Officially support Python 3.14 and PyPy 3.11 and drop support for Python 3.9 and PyPy 3.9.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix an HTML comment parsing case in some Python versions that can cause an infinite loop (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1554">#1554</a>).</li> <li>Revert the default behavior of <code>USE_DEFINITION_ORDER</code> (to <code>True</code>). The new behavior introduced in 3.9.0 is experimental and results are inconsistent. It should not have been made the default behavior (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1561">#1561</a>).</li> </ul> <h2>[3.9.0] - 2025-09-04</h2> <h3>Changed</h3> <ul> <li>Footnotes are now ordered by the occurrence of their references in the document. A new configuration option for the footnotes extension, <code>USE_DEFINITION_ORDER</code>, has been added to support restoring the previous behavior of ordering footnotes by the occurrence of definitions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1367">#1367</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure inline processing iterates through elements in document order (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1546">#1546</a>).</li> <li>Fix handling of incomplete HTML tags in code spans in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1547">#1547</a>).</li> </ul> <h2>[3.8.2] - 2025-06-19</h2> <h3>Fixed</h3> <ul> <li>Fix <code>codecs</code> deprecation in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/e7a0efb3a7c36d6b8005403122705662bc17c904"><code>e7a0efb</code></a> Bump version to 3.10.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/630183336bda57c258becc3ed229105481876a7e"><code>6301833</code></a> Document HTML sanitation policy</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/7f29f1a69d236f5bb11645c2fa03fcf701487c8c"><code>7f29f1a</code></a> More reliable fix for <code>&lt;/</code></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/c4386475a6b6daea43b7d7717add4271adc9a3c1"><code>c438647</code></a> Fix regression of special comments</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e5fa5b86e8ec380cbc520cfc637d72c779e5c601"><code>e5fa5b8</code></a> Bump version to 3.10.1</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/f9253495f5d9919f2fdd5e147832b5fc21330f65"><code>f925349</code></a> More HTML fixes</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9933a0a4699f3dea91f46528a2bf54863f531c08"><code>9933a0a</code></a> Revert &quot;Allow reference links with backticks&quot;</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/07dfa4eb43f7a2ab3181b4f842a960a03a6c1221"><code>07dfa4e</code></a> Allow reference links with backticks</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/fb6b27a6ff90980b5bcb0cd51528a7c9dc3a93ca"><code>fb6b27a</code></a> Fix infinite loop when text contains multiple unclosed comments</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/89112c293f7b399ae8808f3a06306f46601e9684"><code>89112c2</code></a> Make the docs build successfully with mkdocstrings-python 2.0</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.10.0...3.10.2">compare view</a></li> </ul> </details> <br /> Updates `mike` from 2.1.3 to 2.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/releases">mike's releases</a>.</em></p> <blockquote> <h2>v2.1.4</h2> <h3>Bug fixes</h3> <ul> <li>Use built-in <code>importlib</code> in Python 3.10 and greater</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's changelog</a>.</em></p> <blockquote> <h2>v2.1.4 (2026-03-07)</h2> <h3>Bug fixes</h3> <ul> <li>Use built-in <code>importlib</code> in Python 3.10 and greater</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimporter/mike/commit/fd2c5dc94acb3fce6b6acad643bae821ce59f323"><code>fd2c5dc</code></a> Update version to 2.1.4</li> <li><a href="https://github.com/jimporter/mike/commit/6bad2056410c2d4e3fc58f96112d1b620db3b25b"><code>6bad205</code></a> Update copyright year</li> <li><a href="https://github.com/jimporter/mike/commit/9e5f8769f29b0b2fd638770590beba2876e0c42d"><code>9e5f876</code></a> Remove deprecated license classifier</li> <li><a href="https://github.com/jimporter/mike/commit/80c47ab27eda456bbee0c883723a57b7a183e478"><code>80c47ab</code></a> Be more consistent with newlines in CHANGES.md</li> <li><a href="https://github.com/jimporter/mike/commit/11d4160eea7d356042524628533fbc9bb534d1d3"><code>11d4160</code></a> Use built-in <code>importlib</code> in Python 3.10 and greater</li> <li><a href="https://github.com/jimporter/mike/commit/bdda184d22b9207288ca32a3650d19e033658ff7"><code>bdda184</code></a> Improve selection of unit test suites on command line</li> <li><a href="https://github.com/jimporter/mike/commit/d8a9b491355a648cb9417e7256dde42743042882"><code>d8a9b49</code></a> Add CI for Python 3.14 and remove old workarounds</li> <li><a href="https://github.com/jimporter/mike/commit/97deaed465a424646d163147941b358f9201e9d0"><code>97deaed</code></a> Update copyright</li> <li><a href="https://github.com/jimporter/mike/commit/64298e2a867d6db3a49a0d0c6126cea4e3946f7d"><code>64298e2</code></a> Update Python version for linting</li> <li><a href="https://github.com/jimporter/mike/commit/e6f523a879c4ee80dad2ae38ead6f1ac3b967055"><code>e6f523a</code></a> Test Python 3.12 and 3.13</li> <li>Additional commits viewable in <a href="https://github.com/jimporter/mike/compare/v2.1.3...v2.1.4">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-literate-nav/releases">mkdocs-literate-nav's releases</a>.</em></p> <blockquote> <h2>v0.6.3</h2> <ul> <li> <p><strong>Warn when this plugin is being used from the mkdocs executable</strong> (<a href="https://redirect.github.com/oprypin/mkdocs-literate-nav/pull/39">oprypin/mkdocs-literate-nav#39</a>)</p> <p>Apologies for the inconvenience. We are starting a community continuation of MkDocs under a new name <strong>ProperDocs</strong>, and plugins are our main hope regarding how we can spread the word. See <a href="https://github.com/ProperDocs/properdocs/discussions/33">https://github.com/ProperDocs/properdocs/discussions/33</a></p> </li> </ul> <p>Full Changelog: <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3">https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/b91268c263f61e38a7e27f77ccf38ec287e0c0b5"><code>b91268c</code></a> v0.6.3</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/cee9ec49a1523036081378a39bda9fa014432526"><code>cee9ec4</code></a> Exclude properdocs when testing minimal dependencies</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/ea523f5864f59fb7939f84cd4400df67280ad52c"><code>ea523f5</code></a> Warn when this plugin is being used from the mkdocs executable (<a href="https://redirect.github.com/oprypin/mkdocs-literate-nav/issues/39">#39</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-literate-nav/commit/258b15a15a3e25cedc816d0a5a971acfdb86541e"><code>258b15a</code></a> Drop testing under Python 3.9 to fix CI</li> <li>See full diff in <a href="https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.2...v0.6.3">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.7.1 to 9.7.6 <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.7.6</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> </ul> <h2>mkdocs-material-9.7.5</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Limited version range of mkdocs to &lt;2</li> <li>Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)</li> </ul> <h2>mkdocs-material-9.7.4</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Hardened social cards plugin by switching to sandboxed environment (recommended by <a href="https://github.com/caveeroo"><code>@​caveeroo</code></a>)</li> <li>Updated MkDocs 2.0 incompatibility warning</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.7.6 (2026-03-19)</p> <ul> <li>Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> </ul> <p>mkdocs-material-9.7.5 (2026-03-10)</p> <ul> <li>Limited version range of mkdocs to &lt;2</li> <li>Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)</li> </ul> <p>mkdocs-material-9.7.4 (2026-03-03)</p> <ul> <li>Hardened social cards plugin by switching to sandboxed environment</li> <li>Updated MkDocs 2.0 incompatibility warning</li> </ul> <p>mkdocs-material-9.7.3 (2026-02-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8567">#8567</a>: Print MkDocs 2.0 incompatibility warning to stderr</li> </ul> <p>mkdocs-material-9.7.2 (2026-02-18)</p> <ul> <li>Opened up version ranges of optional dependencies for forward-compatibility</li> <li>Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility</li> </ul> <p>mkdocs-material-9.7.1 (2025-12-18)</p> <ul> <li>Updated requests to 2.30+ to mitigate CVE in urllib</li> <li>Fixed privacy plugin not picking up protocol-relative URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8542">#8542</a>: false positives and negatives captured in privacy plugin</li> </ul> <p>mkdocs-material-9.7.0 (2025-11-11)</p> <p>⚠️ Material for MkDocs is now in maintenance mode</p> <p>This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.</p> <p>Read the full announcement on our blog: <a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/</a></p> <p>This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.</p> <p>Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.</p> <p>Changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6c52ed6289b171a153875491f059a94819ec3e10"><code>6c52ed6</code></a> Prepare 9.7.6 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/51d9b76636431814df924bcda27485b16023978b"><code>51d9b76</code></a> Automatically disable MkDocs 2.0 warning for forks of MkDocs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6f9a48b4048650341a654d9757da57fc1e3e323d"><code>6f9a48b</code></a> Updated links</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/00b9933e5821fd852700268767d4fd53ae1ce1cb"><code>00b9933</code></a> Prepare 9.7.5 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/37683d12c9cd62309aa917237741ee0886709b7c"><code>37683d1</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/199e31598055d5d6ea538618804c7558f5d81047"><code>199e315</code></a> Updated warning message to clarify relation to MkDocs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/10258334eb13545e6d708cf121c3867bfbdb6017"><code>1025833</code></a> Limited version range of mkdocs to &lt;2</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1532f523f6c650c9d6fd16229ee8bec0759b4151"><code>1532f52</code></a> Added update log to blog post</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d0c8b2862a966f5f268d4a4c35bb4fcfccebb9b1"><code>d0c8b28</code></a> Updated dependencies to fix vulnerabilities</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/71d48699a0e2bef231e796818c4dc20b230a5f45"><code>71d4869</code></a> Updated blog post on MkDocs 2.0</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.7.1...9.7.6">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings` from 1.0.0 to 1.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings's releases</a>.</em></p> <blockquote> <h2>1.0.3</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3">1.0.3</a> - 2026-02-07</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">Compare with 1.0.2</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Forward extension instances directly passed from Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a">65b27ec</a> by Timothée Mazzucotelli).</li> <li>Propagate Zensical's <code>zrelpath</code> processor (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78">dbf263d</a> by Timothée Mazzucotelli).</li> </ul> <h2>1.0.2</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.2">1.0.2</a> - 2026-01-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">Compare with 1.0.1</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Use global instances for handlers and autorefs (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e">9f79141</a> by Timothée Mazzucotelli).</li> </ul> <h2>1.0.1</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.1">1.0.1</a> - 2026-01-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.1">Compare with 1.0.0</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Support manual cross-references in Zensical too (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/d37d9079e5381350b2e3ffc5f698e28a5b572d36">d37d907</a> by Timothée Mazzucotelli).</li> <li>Support cross-references in Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/f43f1ee2cd38a0dba64fc7d0db3c5ffb037bf7f7">f43f1ee</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/812">PR-812</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3">1.0.3</a> - 2026-02-07</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">Compare with 1.0.2</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Forward extension instances directly passed from Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a">65b27ec</a> by Timothée Mazzucotelli).</li> <li>Propagate Zensical's <code>zrelpath</code> processor (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78">dbf263d</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.2">1.0.2</a> - 2026-01-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">Compare with 1.0.1</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Use global instances for handlers and autorefs (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e">9f79141</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.1">1.0.1</a> - 2026-01-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.1">Compare with 1.0.0</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Support manual cross-references in Zensical too (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/d37d9079e5381350b2e3ffc5f698e28a5b572d36">d37d907</a> by Timothée Mazzucotelli).</li> <li>Support cross-references in Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/f43f1ee2cd38a0dba64fc7d0db3c5ffb037bf7f7">f43f1ee</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/812">PR-812</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/8bdff16af916b7285eae5a07eb085c21754be3b7"><code>8bdff16</code></a> chore: Prepare release 1.0.3</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a"><code>65b27ec</code></a> fix: Forward extension instances directly passed from Zensical</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/1624e2c52fbdff2ee611142edbf52454427f8f8d"><code>1624e2c</code></a> ci: Update lint/type-checking</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/cc3d6a4d286668a9a249ac38dfaf8b45470f3314"><code>cc3d6a4</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78"><code>dbf263d</code></a> fix: Propagate Zensical's <code>zrelpath</code> processor</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/4e66617fbe26636f86117c26b2482c21892166fe"><code>4e66617</code></a> chore: Prepare release 1.0.2</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e"><code>9f79141</code></a> refactor: Use global instances for handlers and autorefs</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/cb8a3c781674b8e23cf0048955d70358d7bab49e"><code>cb8a3c7</code></a> chore: Prepare release 1.0.1</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/d37d9079e5381350b2e3ffc5f698e28a5b572d36"><code>d37d907</code></a> refactor: Support manual cross-references in Zensical too</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/0edd18af00fa5907bb31e8309ecf5ad4309da552"><code>0edd18a</code></a> chore: Clean up after v1</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.3">compare view</a></li> </ul> </details> <br /> Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 4.0.4 to 4.0.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/88e1ab7545a4af4aea15c305a154c164a95ab842"><code>88e1ab7</code></a> Bump pylint to 4.0.5, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10860">#10860</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/d96d489a1743d32b6bfa53fc0f69a4333209a146"><code>d96d489</code></a> [Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/0b08ccb014c265700f244a885bdcbdfa3a03de46"><code>0b08ccb</code></a> Fix dynamic color mapping for &quot;fail-on&quot; messages when using multiple reporter...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/154dba43276e8232a2e1cb8f90bfcc63886f3460"><code>154dba4</code></a> [Backport maintenance/4.0.x] Fix FP for <code>invalid-name</code> with <code>typing.Final</code> on...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/7b73bfdedf275935b9c5b43a6aeda5cc648b4847"><code>7b73bfd</code></a> Disable unspecified-encoding for py-version above Python 3.15 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10800">#10800</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/4cc98be8b7786dbc6692493fe9cedb8585af5518"><code>4cc98be</code></a> [Backport maintenance/4.0.x] Fix setting options for import order checker (<a href="https://redirect.github.com/pylint-dev/pylint/issues/1">#1</a>...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/f0d30a27b510d69f846e3aaa0054cf0a1412923c"><code>f0d30a2</code></a> Sync astroid version with requirements file again</li> <li><a href="https://github.com/pylint-dev/pylint/commit/38bdf024648724e6aea017e62d3b57cb44097ec3"><code>38bdf02</code></a> [Backport maintenance/4.0.x] Fix <code>logging-unsupported-format</code> when logging ...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/f08c33ae3e691eed868e49c0d15270dc6e6a0d6c"><code>f08c33a</code></a> [Backport maintenance/4.0.x] Properly detect <code>self.fail()</code> as a terminating...</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5">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 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>
2 parents 44a552b + 69dbc06 commit 50a2073

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,28 @@ dev-flake8 = [
4949
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
5050
dev-mkdocs = [
5151
"black == 25.12.0",
52-
"Markdown==3.10",
53-
"mike == 2.1.3",
52+
"Markdown==3.10.2",
53+
"mike == 2.1.4",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-literate-nav == 0.6.2",
55+
"mkdocs-literate-nav == 0.6.3",
5656
"mkdocs-macros-plugin == 1.5.0",
57-
"mkdocs-material == 9.7.1",
58-
"mkdocstrings[python] == 1.0.0",
57+
"mkdocs-material == 9.7.6",
58+
"mkdocstrings[python] == 1.0.3",
5959
"mkdocstrings-python == 1.18.2",
6060
"frequenz-repo-config[lib] == 0.13.8",
6161
"frequenz-client-base",
6262
]
6363
dev-mypy = [
6464
"mypy == 1.19.1",
65-
"types-Markdown == 3.10.0.20251106",
65+
"types-Markdown == 3.10.2.20260211",
6666
"types-protobuf == 6.32.1.20251210",
6767
"grpc-stubs == 1.53.0.6", # This dependency introduces breaking changes in patch releases
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]
7171
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"]
7272
dev-pylint = [
73-
"pylint == 4.0.4",
73+
"pylint == 4.0.5",
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]

0 commit comments

Comments
 (0)