Bump the patch group across 1 directory with 6 updates#245
Open
dependabot[bot] wants to merge 1 commit intov1.x.xfrom
Open
Bump the patch group across 1 directory with 6 updates#245dependabot[bot] wants to merge 1 commit intov1.x.xfrom
dependabot[bot] wants to merge 1 commit intov1.x.xfrom
Conversation
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.0` | `9.7.3` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.3` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `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 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.10.0...3.10.2) Updates `mkdocs-material` from 9.7.0 to 9.7.3 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.0...9.7.3) Updates `mkdocstrings[python]` from 1.0.0 to 1.0.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.0...1.0.3) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: types-markdown dependency-version: 3.10.2.20260211 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 1, 2026
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.0` | `9.7.3` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.3` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `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></</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></</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></</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 "Allow reference links with backticks"</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 `mkdocs-material` from 9.7.0 to 9.7.3 <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.2</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>Opened up version ranges of optional dependencies for forward-compatibility</li> <li>Added warning to <code>mkdocs build</code> about impending MkDocs 2.0 incompatibility (doesn't affect strict mode)</li> </ul> <h2>mkdocs-material-9.7.1</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>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> </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.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> <ul> <li>Added support for pinned blog posts and author profiles</li> <li>Added support for customizing pagination for blog index pages</li> <li>Added support for customizing blog category sort order</li> <li>Added support for staying on page when switching languages</li> <li>Added support for disabling tags in table of contents</li> <li>Added support for nested tags and shadow tags</li> <li>Added support for footnote tooltips</li> <li>Added support for instant previews</li> <li>Added support for instant prefetching</li> <li>Added support for custom social card layouts</li> <li>Added support for custom social card background images</li> <li>Added support for selectable rangs in code blocks</li> <li>Added support for custom selectors for code annotations</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/da5d442f904d0c938f4dadc384a7126e8ce30cd0"><code>da5d442</code></a> Prepare 9.7.3 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/03e8baecdcb62bf3478b68487c2a1fa61a4c938c"><code>03e8bae</code></a> Fixed order of imports</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/70dee38366615652d7198ae85ff208a4b4c0e80d"><code>70dee38</code></a> Switched warning message to print to stderr</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b78109b36b2aaf39a02eb2b75af6df856f0c5600"><code>b78109b</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e1dd2c88ecd26810050bacf2e67f47a0c2cee4ba"><code>e1dd2c8</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6972761d8202f0aafb6f3ea7177c39c65337a978"><code>6972761</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e21a119e38f7bca184e469eaeefa3d5535e5022b"><code>e21a119</code></a> Updated changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d5654b500a7021625d3c78f59842805c45e7b65a"><code>d5654b5</code></a> Prepare 9.7.2 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b18af2f74a98e0d54f7f11b4e029d7ea29166df3"><code>b18af2f</code></a> Opened up version ranges in optional dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/39cdfbd87c80079cd06a6d2a953cd53f531db61d"><code>39cdfbd</code></a> Added social card for blog post</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.7.0...9.7.3">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings[python]` 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[python]'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[python]'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 `mypy` from 1.19.0 to 1.19.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h3>Mypy 1.19.1</h3> <ul> <li>Fix noncommutative joins with bounded TypeVars (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/20345">20345</a>)</li> <li>Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20372">20372</a>)</li> <li>Allow <code>types.NoneType</code> in match cases (A5rocks, PR <a href="https://redirect.github.com/python/mypy/pull/20383">20383</a>)</li> <li>Fix mypyc generator regression with empty tuple (BobTheBuidler, PR <a href="https://redirect.github.com/python/mypy/pull/20371">20371</a>)</li> <li>Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/20323">20323</a>)</li> <li>Fix crash on star import of redefinition (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20333">20333</a>)</li> <li>Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20334">20334</a>)</li> <li>Fail with an explicit error on PyPy (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20389">20389</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>A5rocks</li> <li>BobTheBuidler</li> <li>bzoracler</li> <li>Chainfire</li> <li>Christoph Tyralla</li> <li>David Foster</li> <li>Frank Dana</li> <li>Guo Ci</li> <li>iap</li> <li>Ivan Levkivskyi</li> <li>James Hilton-Balfe</li> <li>jhance</li> <li>Joren Hammudoglu</li> <li>Jukka Lehtosalo</li> <li>KarelKenens</li> <li>Kevin Kannammalil</li> <li>Marc Mueller</li> <li>Michael Carlstrom</li> <li>Michael J. Sullivan</li> <li>Piotr Sawicki</li> <li>Randolf Scholz</li> <li>Shantanu</li> <li>Sigve Sebastian Farstad</li> <li>sobolevn</li> <li>Stanislav Terliakov</li> <li>Stephen Morton</li> <li>Theodore Ando</li> <li>Thiago J. Barbalho</li> <li>wyattscarpenter</li> </ul> <p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p> <h2>Mypy 1.18</h2> <p>We’ve just uploaded mypy 1.18.1 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/412c19a6bde31e7afa7f41afdf8356664689ae80"><code>412c19a</code></a> Bump version to 1.19.1</li> <li><a href="https://github.com/python/mypy/commit/20aea0a6ca0710f5427239bdd2fd8e8bf1caf634"><code>20aea0a</code></a> Update changelog for 1.19.1 (<a href="https://redirect.github.com/python/mypy/issues/20414">#20414</a>)</li> <li><a href="https://github.com/python/mypy/commit/2b23b507524bf1bd7513eea6f2a16fb91e072cb6"><code>2b23b50</code></a> Serialize raw errors in cache metas (<a href="https://redirect.github.com/python/mypy/issues/20372">#20372</a>)</li> <li><a href="https://github.com/python/mypy/commit/f60f90fb8872bf722e32aefd548daaf6d8560e05"><code>f60f90f</code></a> Fail on PyPy in main instead of setup.py (<a href="https://redirect.github.com/python/mypy/issues/20389">#20389</a>)</li> <li><a href="https://github.com/python/mypy/commit/58d485b4ea4776e0b9d4045b306cb0818ecc2aa6"><code>58d485b</code></a> Fail with an explicit error on PyPy (<a href="https://redirect.github.com/python/mypy/issues/20384">#20384</a>)</li> <li><a href="https://github.com/python/mypy/commit/a4b31a26788b70c4a2a19adbafa2bbda43dc2e8b"><code>a4b31a2</code></a> Allow <code>types.NoneType</code> in match cases (<a href="https://redirect.github.com/python/mypy/issues/20383">#20383</a>)</li> <li><a href="https://github.com/python/mypy/commit/8a6eff478416cd3ed3931a6ed77ce61c88ab69e9"><code>8a6eff4</code></a> [mypyc] fix generator regression with empty tuple (<a href="https://redirect.github.com/python/mypy/issues/20371">#20371</a>)</li> <li><a href="https://github.com/python/mypy/commit/70eceea682c041c0d8e8462dffef9c7bb252e014"><code>70eceea</code></a> Fix noncommutative joins with bounded TypeVars (<a href="https://redirect.github.com/python/mypy/issues/20345">#20345</a>)</li> <li><a href="https://github.com/python/mypy/commit/3890fc49bf7cc02db04b1e63eb2540aaacdeecc0"><code>3890fc4</code></a> Fix crash involving Unpack-ed TypeVarTuple (<a href="https://redirect.github.com/python/mypy/issues/20323">#20323</a>)</li> <li><a href="https://github.com/python/mypy/commit/c93d917a86993e06dcc88e508f28f4f5199ce1c8"><code>c93d917</code></a> Fix crash on star import of redefinition (<a href="https://redirect.github.com/python/mypy/issues/20333">#20333</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.19.0...v1.19.1">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/typeshed-internal/stub_uploader/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 "fail-on" 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch group with 6 updates in the / directory:
3.103.10.29.7.09.7.31.0.01.0.31.19.01.19.13.10.0.202511063.10.2.202602114.0.44.0.5Updates
markdownfrom 3.10 to 3.10.2Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
e7a0efbBump version to 3.10.26301833Document HTML sanitation policy7f29f1aMore reliable fix for</c438647Fix regression of special commentse5fa5b8Bump version to 3.10.1f925349More HTML fixes9933a0aRevert "Allow reference links with backticks"07dfa4eAllow reference links with backticksfb6b27aFix infinite loop when text contains multiple unclosed comments89112c2Make the docs build successfully with mkdocstrings-python 2.0Updates
mkdocs-materialfrom 9.7.0 to 9.7.3Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
da5d442Prepare 9.7.3 release03e8baeFixed order of imports70dee38Switched warning message to print to stderrb78109bUpdated blog post on MkDocs 2.0e1dd2c8Updated blog post on MkDocs 2.06972761Updated blog post on MkDocs 2.0e21a119Updated changelogd5654b5Prepare 9.7.2 releaseb18af2fOpened up version ranges in optional dependencies39cdfbdAdded social card for blog postUpdates
mkdocstrings[python]from 1.0.0 to 1.0.3Release notes
Sourced from mkdocstrings[python]'s releases.
Changelog
Sourced from mkdocstrings[python]'s changelog.
Commits
8bdff16chore: Prepare release 1.0.365b27ecfix: Forward extension instances directly passed from Zensical1624e2cci: Update lint/type-checkingcc3d6a4chore: Template upgradedbf263dfix: Propagate Zensical'szrelpathprocessor4e66617chore: Prepare release 1.0.29f79141refactor: Use global instances for handlers and autorefscb8a3c7chore: Prepare release 1.0.1d37d907refactor: Support manual cross-references in Zensical too0edd18achore: Clean up after v1Updates
mypyfrom 1.19.0 to 1.19.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)Updates
types-markdownfrom 3.10.0.20251106 to 3.10.2.20260211Commits
Updates
pylintfrom 4.0.4 to 4.0.5Commits
88e1ab7Bump pylint to 4.0.5, update changelog (#10860)d96d489[Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...0b08ccbFix dynamic color mapping for "fail-on" messages when using multiple reporter...154dba4[Backport maintenance/4.0.x] Fix FP forinvalid-namewithtyping.Finalon...7b73bfdDisable unspecified-encoding for py-version above Python 3.15 (#10800)4cc98be[Backport maintenance/4.0.x] Fix setting options for import order checker (#1...f0d30a2Sync astroid version with requirements file again38bdf02[Backport maintenance/4.0.x] Fixlogging-unsupported-formatwhen logging ...f08c33a[Backport maintenance/4.0.x] Properly detectself.fail()as a terminating...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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