Commit d4e33c4
authored
Bump the minor group across 1 directory with 6 updates (#51)
Bumps the minor group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.9` |
`3.10.2` |
| [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.2.0` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin)
| `1.4.1` | `1.5.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.6.23` | `9.7.6` |
| [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.2` |
| [types-markdown](https://github.com/python/typeshed) |
`3.9.0.20250906` | `3.10.2.20260408` |
Updates `markdown` from 3.9 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>
<h2>Release 3.10.0</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>
</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.9.0...3.10.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `mike` from 2.1.3 to 2.2.0
<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.2.0</h2>
<h3>New features</h3>
<ul>
<li>Add support for <a
href="https://properdocs.org/">ProperDocs</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Use DST timestamps for new commits when DST is in effect</li>
<li>Support ISO8601 and RFC 2822 values for
<code>GIT_COMMITTER_DATE</code></li>
</ul>
<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.2.0 (2026-04-13)</h2>
<h3>New features</h3>
<ul>
<li>Add support for <a
href="https://properdocs.org/">ProperDocs</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Use DST timestamps for new commits when DST is in effect</li>
<li>Support ISO8601 and RFC 2822 values for
<code>GIT_COMMITTER_DATE</code></li>
</ul>
<hr />
<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/b01e03075315ebd2d39a93c390cf14b6a83f3d5e"><code>b01e030</code></a>
Update version to 2.2.0</li>
<li><a
href="https://github.com/jimporter/mike/commit/ca60b84ddb200d9d2636dce456e35b8ec5be6a0c"><code>ca60b84</code></a>
Fix deprecation warning about <code>split</code></li>
<li><a
href="https://github.com/jimporter/mike/commit/5b5ed3187337693fabcb3c6f8b524f8bc0348150"><code>5b5ed31</code></a>
Add ProperDocs support; resolves <a
href="https://redirect.github.com/jimporter/mike/issues/259">#259</a></li>
<li><a
href="https://github.com/jimporter/mike/commit/2adb1f1104e230ce4c6260ae17c960e21886a7a1"><code>2adb1f1</code></a>
Improve <code>make_when</code> implementation; resolves <a
href="https://redirect.github.com/jimporter/mike/issues/260">#260</a></li>
<li><a
href="https://github.com/jimporter/mike/commit/7363ce50a2a27ce88198383e43168d08c76f4633"><code>7363ce5</code></a>
Update version to 2.2.0.dev0</li>
<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>Additional commits viewable in <a
href="https://github.com/jimporter/mike/compare/v2.1.3...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md">mkdocs-macros-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>1.5.0, 2025-11-13</h2>
<ul>
<li>Added: For each push, testing on github for versions Python 3.8 to
3.12</li>
<li>Fixed: bug in import of packages when not in source dir (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/278">#278</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/0536f4da1dc643e1fa1f0cc90e71512ada67dc04"><code>0536f4d</code></a>
Fix type hint for compatibility</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/d9a6bc3aac5b12b86f9e2be7af18e1e9178287f6"><code>d9a6bc3</code></a>
Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and
3.9)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/bcaa72db2820d60822ffba15e87c75669abc7b92"><code>bcaa72d</code></a>
Make last minute corrections</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/356fc2a5b55d1897a2f2c47856d52b10cff4611c"><code>356fc2a</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/aaf16bdcb9dfcb9c6ea9b6567ea4af7f8c178185"><code>aaf16bd</code></a>
Limit testing to 3.10 up (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/279">#279</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/ba5356c0c263355556aa82dad0fbfde3cce4bc4d"><code>ba5356c</code></a>
Use proper exit for pytest if Python < 3.10 (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/279">#279</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/6c796600bc0886696ce9b76b84354d7e2bc1b6fa"><code>6c79660</code></a>
Skip test_modules.py if Python version < 3.10 (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/279">#279</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/cec7440d46589b303d741a5e2df0a240c25b9bdb"><code>cec7440</code></a>
Test installation of d2 in a cross-platform way (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/279">#279</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/492759c5ab3d05f7c55ec62ffdf9573b715ac6ed"><code>492759c</code></a>
Update with changes from local repo (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/278">#278</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs-macros-plugin/commit/cc5416834a07ffd2ba1fe3d917a701ac6e9c98ad"><code>cc54168</code></a>
Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin</li>
<li>Additional commits viewable in <a
href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.4.1...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.6.23 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 <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 <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>1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments