Skip to content

Commit 44ac70c

Browse files
authored
Bump the minor group with 7 updates (#215)
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.9.0` | `25.11.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10` | | [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.22` | `9.7.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.9.0.20250906` | `3.10.0.20251106` | | [nox](https://github.com/wntrblm/nox) | `2025.10.16` | `2025.11.12` | Updates `black` from 25.9.0 to 25.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>25.11.0</h2> <h3>Highlights</h3> <ul> <li>Enable base 3.14 support (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments between <code># fmt: off</code> and <code># fmt: on</code> were reformatted (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> <li>Comments containing fmt directives now preserve their exact formatting instead of being normalized (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Move <code>multiline_string_handling</code> from <code>--unstable</code> to <code>--preview</code> (<a href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li> <li>Fix bug where module docstrings would be treated as normal strings if preceded by comments (<a href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li> <li>Fix bug where python 3.12 generics syntax split line happens weirdly (<a href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li> <li>Standardize type comments to form <code># type: &lt;value&gt;</code> (<a href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to respect <code># fmt: skip</code> for compound statements with semicolon-separated bodies (<a href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>no_cache</code> option to control caching behavior. (<a href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Linux binaries (<a href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li> </ul> <h3>Output</h3> <ul> <li>Write unchanged content to stdout when excluding formatting from stdin using pipes (<a href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Implemented BlackDClient. This simple python client allows to easily send formatting requests to blackd (<a href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.14 base CI (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to support the <code>required-version</code> major-version-only &quot;stability&quot; format when using pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li> <li>Improve error message for vim plugin users. It now handles independently vim version</li> <li>Vim: Warn on unsupported Vim and Python versions independently (<a href="https://redirect.github.com/psf/black/issues/4772">#4772</a>)</li> <li>Vim: Print the import paths when importing black fails (<a href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li> <li>Vim: Fix handling of virtualenvs that have a different Python version (<a href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>25.11.0</h2> <h3>Highlights</h3> <ul> <li>Enable base 3.14 support (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments between <code># fmt: off</code> and <code># fmt: on</code> were reformatted (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> <li>Comments containing fmt directives now preserve their exact formatting instead of being normalized (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Move <code>multiline_string_handling</code> from <code>--unstable</code> to <code>--preview</code> (<a href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li> <li>Fix bug where module docstrings would be treated as normal strings if preceded by comments (<a href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li> <li>Fix bug where python 3.12 generics syntax split line happens weirdly (<a href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li> <li>Standardize type comments to form <code># type: &lt;value&gt;</code> (<a href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to respect <code># fmt: skip</code> for compound statements with semicolon-separated bodies (<a href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>no_cache</code> option to control caching behavior. (<a href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Linux binaries (<a href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li> <li>Releases now include arm64 Windows binaries and wheels (<a href="https://redirect.github.com/psf/black/issues/4814">#4814</a>)</li> </ul> <h3>Output</h3> <ul> <li>Write unchanged content to stdout when excluding formatting from stdin using pipes (<a href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Implemented BlackDClient. This simple python client allows to easily send formatting requests to blackd (<a href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.14 base CI (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to support the <code>required-version</code> major-version-only &quot;stability&quot; format when using pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li> <li>Add <code>output-file</code> input to GitHub Action <code>psf/black</code> to write formatter output to a file for artifact capture and log cleanliness (<a href="https://redirect.github.com/psf/black/issues/4824">#4824</a>)</li> <li>Improve error message for vim plugin users. It now handles independently vim version</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/05f0a8ce1f71fbb36e1e032d3b518c7b945089a2"><code>05f0a8c</code></a> Prepare for 25.11.0 release (<a href="https://redirect.github.com/psf/black/issues/4825">#4825</a>)</li> <li><a href="https://github.com/psf/black/commit/ae17c61310e44401ca55d17a9c01db1dc03940a6"><code>ae17c61</code></a> Fix tests on pytest 9 (<a href="https://redirect.github.com/psf/black/issues/4835">#4835</a>)</li> <li><a href="https://github.com/psf/black/commit/138745eca650aa59ab30458f7b1c026b66608a09"><code>138745e</code></a> Include Windows and Python 3.14 in PR wheel build matrix, fix Windows build (...</li> <li><a href="https://github.com/psf/black/commit/18170d6d8d9bdde97d4cd3568cfa8be434a09ff3"><code>18170d6</code></a> ci: add label for running all builds on a pull request (<a href="https://redirect.github.com/psf/black/issues/4833">#4833</a>)</li> <li><a href="https://github.com/psf/black/commit/0e793e3d7e0d12dbda1573fa1bb785b1f066ee7c"><code>0e793e3</code></a> fix windows wheels (<a href="https://redirect.github.com/psf/black/issues/4830">#4830</a>)</li> <li><a href="https://github.com/psf/black/commit/b71f36c9fda07930c83e22681e0ec08ddf5a3980"><code>b71f36c</code></a> Use build[uv] as cibuildwheel frontend (<a href="https://redirect.github.com/psf/black/issues/4831">#4831</a>)</li> <li><a href="https://github.com/psf/black/commit/a7bd594493bb5cb703beee877a2df40556b0baaa"><code>a7bd594</code></a> Skip free threaded builds in cibuildwheel (<a href="https://redirect.github.com/psf/black/issues/4829">#4829</a>)</li> <li><a href="https://github.com/psf/black/commit/862dee91fa1259ca2bc00f10538b52a4959bdbe8"><code>862dee9</code></a> Update cibuildwheel (<a href="https://redirect.github.com/psf/black/issues/4828">#4828</a>)</li> <li><a href="https://github.com/psf/black/commit/b5f354c56627640e0b853af51a51d9262bafa9f0"><code>b5f354c</code></a> build: restrict to pytest 9.0 due to breakage in custom pytest_configure (<a href="https://redirect.github.com/psf/black/issues/4827">#4827</a>)</li> <li><a href="https://github.com/psf/black/commit/f705197f57149b79ed83cccf22e4fed19b48a7bf"><code>f705197</code></a> t-string support (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/25.9.0...25.11.0">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.9 to 3.10 <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.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> <p>title: Changelog toc_depth: 2</p> <h1>Python-Markdown Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>, and this project adheres to the <a href="https://packaging.python.org/en/latest/specifications/version-specifiers/">Python Version Specification</a>. See the <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/contributing.md">Contributing Guide</a> for details.</p> <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> <li>Fix issue with unclosed comment parsing in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li> <li>Fix issue with unclosed declarations in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li> <li>Fix issue with unclosed HTML tag <code>&lt;foo</code> and 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/22e89c1fc346f72218a10e392a0c3b4731912522"><code>22e89c1</code></a> Bump version to 3.10</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/c138aea5139a6aceae05bb957e866d9ce7577b94"><code>c138aea</code></a> + PY314 - PY39</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/746f7f527b15f63845253e3b86947b806ef1b98f"><code>746f7f5</code></a> cleanup</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a5ee2b4aad05531898ab8fd726c7ece31ddadf8b"><code>a5ee2b4</code></a> Revert the default behavior of <code>USE_DEFINITION_ORDER</code></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/5354daf618149f92580a1407c036115753c5df73"><code>5354daf</code></a> Fix an HTML comment parsing case that can cause an infinite loop</li> <li>See full diff in <a href="https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.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&gt;=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 &lt; 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 &lt; 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.22 to 9.7.0 <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.0</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is now in maintenance mode</strong></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 <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 for 12 months at least.</p> </blockquote> <p>→ <a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</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><strong>Note on deprecated plugins</strong>: The <a href="https://squidfunk.github.io/mkdocs-material/plugins/projects/">projects</a> and <a href="https://squidfunk.github.io/mkdocs-material/plugins/typeset/">typeset</a> 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><strong>Changes</strong>:</p> <ul> <li>Added support for projects plugin (for compat, now deprecated)</li> <li>Added support for typeset plugin (for compat, now deprecated)</li> <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> <li>Added support for configurable log level in privacy plugin</li> <li>Added support for processing of external links in privacy plugin</li> <li>Added support for automatic image optimization via optimize plugin</li> <li>Added support for navigation paths (breadcrumbs)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8519">#8519</a>: Vector accents do not render when using KaTeX</li> </ul> <h2>mkdocs-material-9.6.23</h2> <ul> <li>Updated Burmese translation</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.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> <li>Added support for configurable log level in privacy plugin</li> <li>Added support for processing of external links in privacy plugin</li> <li>Added support for automatic image optimization via optimize plugin</li> <li>Added support for navigation paths (breadcrumbs)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8519">#8519</a>: Vector accents do not render when using KaTeX</li> </ul> <p>mkdocs-material-9.6.23 (2025-11-01)</p> <ul> <li>Updated Burmese translation</li> </ul> <p>mkdocs-material-9.6.22 (2025-10-15)</p> <ul> <li>Updated Georgian translation</li> </ul> <p>mkdocs-material-9.6.21 (2025-09-30)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/3308731f1dce2e72809a2167d900b3381ca8d0d1"><code>3308731</code></a> Updated changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/dba54f7be6532893f8acddc6b89aa3c6491b90de"><code>dba54f7</code></a> Fixed back-to-top button partial</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7702610fd3f06ebcf4fd048b1839173926dd3290"><code>7702610</code></a> Updated blog posts</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/3815f607a56c7390f41ebc30f36fd46a0d121ae1"><code>3815f60</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b583ea7765ea770505cafea5c0ca931e12289ad1"><code>b583ea7</code></a> Prepare 9.7.0 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/764178b0121523f7d77bda77b9a024627d1884e7"><code>764178b</code></a> Merge Insiders features</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/9853cc3a10710e1ee8f641d32fe0cdc83a19673e"><code>9853cc3</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f31cfa535509e46d23c4bc22994d02f49ec74826"><code>f31cfa5</code></a> Removed documentation on sponsoring</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a8b9ace30ae6f541314baac0e86dc7ba54aa2651"><code>a8b9ace</code></a> Fixed height of symbols for KaTeX inline rendering</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/c0addd8addc34b38d3049b214265e2b3bd3fc8d3"><code>c0addd8</code></a> Updated blog post</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.22...9.7.0">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.18.2 to 1.19.0 <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> <h1>Mypy Release Notes</h1> <h2>Next Release</h2> <h3>Drop Support for Python 3.9</h3> <p>Mypy no longer supports running with Python 3.9, which has reached end-of-life. When running mypy with Python 3.10+, it is still possible to type check code that needs to support Python 3.9 with the <code>--python-version 3.9</code> argument. Support for this will be dropped in the first half of 2026!</p> <p>Contributed by Marc Mueller (PR <a href="https://redirect.github.com/python/mypy/pull/20156">20156</a>).</p> <h2>Mypy 1.19</h2> <p>We’ve just uploaded mypy 1.19.0 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 improvements and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <h3>Python 3.9 Support Ending Soon</h3> <p>This is the last mypy feature release that supports Python 3.9, which reached end of life in October 2025.</p> <h3>Performance Improvements</h3> <ul> <li>Switch to a more dynamic SCC processing logic (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20053">20053</a>)</li> <li>Speed up type aliases (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/19810">19810</a>)</li> </ul> <h3>Fixed‑Format Cache Improvements</h3> <p>Mypy uses a cache by default to speed up incremental runs by reusing partial results from earlier runs. Mypy 1.18 added a new binary fixed-format cache representation as an experimental feature. The feature is no longer experimental, and we are planning to enable it by default in a future mypy release (possibly 1.20), since it's faster and uses less space than the original, JSON-based cache format. Use <code>--fixed-format-cache</code> to enable the fixed-format cache.</p> <p>Mypy now has an extra dependency on the <code>librt</code> PyPI package, as it's needed for cache serialization and deserialization.</p> <p>Mypy ships with a tool to convert fixed-format cache files to the old JSON format. Example of how to use this:</p> <pre><code>$ python -m mypy.exportjson .mypy_cache/.../my_module.data.ff </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/0f068c9ec604daa09e69c92545b059f4b44f566e"><code>0f068c9</code></a> Remove +dev</li> <li><a href="https://github.com/python/mypy/commit/6d5cf52e67da306b62455cdce4ce9a9ccec35d02"><code>6d5cf52</code></a> Various updates to 1.19 changelog (<a href="https://redirect.github.com/python/mypy/issues/20304">#20304</a>)</li> <li><a href="https://github.com/python/mypy/commit/3c813083b27c87cf3a32e7422191b02bf59fab6e"><code>3c81308</code></a> Add draft version of 1.19 release notes (<a href="https://redirect.github.com/python/mypy/issues/20296">#20296</a>)</li> <li><a href="https://github.com/python/mypy/commit/1999a20e9898f673fa2f4c9a91790c075141ba71"><code>1999a20</code></a> [mypyc] librt base64: use existing SIMD CPU dispatch by customizing build fla...</li> <li><a href="https://github.com/python/mypy/commit/1b94fbb9fbc581de7e057d71e9892e3acbf9a7d3"><code>1b94fbb</code></a> [mypyc] Fix vtable pointer with inherited dunder new (<a href="https://redirect.github.com/python/mypy/issues/20302">#20302</a>)</li> <li><a href="https://github.com/python/mypy/commit/13369cb25fe450f755f63e59156b86df84c08b3d"><code>13369cb</code></a> [mypyc] Fix crash on super in generator (<a href="https://redirect.github.com/python/mypy/issues/20291">#20291</a>)</li> <li><a href="https://github.com/python/mypy/commit/a087a5894935cfdbc2eba27a6d04ebca38fd6659"><code>a087a58</code></a> Update import map when new modules added (<a href="https://redirect.github.com/python/mypy/issues/20271">#20271</a>)</li> <li><a href="https://github.com/python/mypy/commit/35e843cc38cedc1bdf87d9937c06d51189ad0e45"><code>35e843c</code></a> [mypyc] Add efficient librt.base64.b64decode (<a href="https://redirect.github.com/python/mypy/issues/20263">#20263</a>)</li> <li><a href="https://github.com/python/mypy/commit/094f66dc742cec2d69add9296fb21cdef50624d0"><code>094f66d</code></a> [mypyc] Add <strong>repr</strong> to AssignmentTarget subclasses (<a href="https://redirect.github.com/python/mypy/issues/20258">#20258</a>)</li> <li><a href="https://github.com/python/mypy/commit/0738db3f9d336622923c7ee143e1c3adf7600a31"><code>0738db3</code></a> Do not push partial types to the binder (<a href="https://redirect.github.com/python/mypy/issues/20202">#20202</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.18.2...v1.19.0">compare view</a></li> </ul> </details> <br /> Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 <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 `nox` from 2025.10.16 to 2025.11.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/releases">nox's releases</a>.</em></p> <blockquote> <h2>2025.11.12 🦃</h2> <p>This is a small release to fix a warning when running in script mode before we drop Python 3.8.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> </ul> <p>Bugfixes:</p> <ul> <li>Avoid warnings when running in script mode by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1025">wntrblm/nox#1025</a></li> <li><code>nox --report &lt;file&gt; </code> should support <code>Path</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1026">wntrblm/nox#1026</a></li> <li>Install env was typed differently by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1028">wntrblm/nox#1028</a></li> </ul> <p>Internal changes:</p> <ul> <li>pytest <code>log_level</code> is better than <code>log_cli_level</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1029">wntrblm/nox#1029</a></li> <li>Use last intel macOS image by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1031">wntrblm/nox#1031</a></li> <li>Add a few more passing ruff checks by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1030">wntrblm/nox#1030</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">nox's changelog</a>.</em></p> <blockquote> <h2>2025.11.12</h2> <p>This is a small release to fix a warning when running in script mode before we drop Python 3.8.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> </ul> <p>Bugfixes:</p> <ul> <li>Avoid warnings when running in script mode by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1025">wntrblm/nox#1025</a></li> <li><code>nox --report &lt;file&gt; </code> should support <code>Path</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1026">wntrblm/nox#1026</a></li> <li>Install env was typed differently by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1028">wntrblm/nox#1028</a></li> </ul> <p>Internal changes:</p> <ul> <li>pytest <code>log_level</code> is better than <code>log_cli_level</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1029">wntrblm/nox#1029</a></li> <li>Use last intel macOS image by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1031">wntrblm/nox#1031</a></li> <li>Add a few more passing ruff checks by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1030">wntrblm/nox#1030</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wntrblm/nox/commit/0eee2e45758dbd06d48ebb23476439f0f00e5cbd"><code>0eee2e4</code></a> chore: prepare for 2025.11.12 (<a href="https://redirect.github.com/wntrblm/nox/issues/1032">#1032</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/9e9b47eb82f577acb525e1bf4fa238fa3e1ce68a"><code>9e9b47e</code></a> chore: add a few more passing ruff checks (<a href="https://redirect.github.com/wntrblm/nox/issues/1030">#1030</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/5cfea6572e844e3180078d307d9ff49730ca3d8f"><code>5cfea65</code></a> ci: use last intel macOS image (<a href="https://redirect.github.com/wntrblm/nox/issues/1031">#1031</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/f690869f3a8506282e38f379c488b9a117556b61"><code>f690869</code></a> chore: pytest log_level is better than log_cli_level (<a href="https://redirect.github.com/wntrblm/nox/issues/1029">#1029</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/6d669ae6da36d6bed8df051b37cb0cb49cb9d41e"><code>6d669ae</code></a> fix(typing): install env was typed differently (<a href="https://redirect.github.com/wntrblm/nox/issues/1028">#1028</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/3455f55e7cd9b32cfd781210f6a834a0ebac8de7"><code>3455f55</code></a> fix: avoid warnings when running in script mode (<a href="https://redirect.github.com/wntrblm/nox/issues/1025">#1025</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/b17113dc9f10bcc280201518441f8e8df677a95a"><code>b17113d</code></a> fix: json should support Path (<a href="https://redirect.github.com/wntrblm/nox/issues/1026">#1026</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/38dea062a14355469fa44170ec64694b2c2d5e7f"><code>38dea06</code></a> chore(deps): bump the actions group with 2 updates (<a href="https://redirect.github.com/wntrblm/nox/issues/1020">#1020</a>)</li> <li>See full diff in <a href="https://github.com/wntrblm/nox/compare/2025.10.16...2025.11.12">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>
2 parents 7156fbd + a54e949 commit 44ac70c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,28 @@ dev-flake8 = [
6060
"pydoclint == 0.8.3",
6161
"pydocstyle == 6.3.0",
6262
]
63-
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
63+
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
6464
dev-mkdocs = [
65-
"black == 25.9.0",
66-
"Markdown==3.9",
65+
"black == 25.12.0",
66+
"Markdown==3.10",
6767
"mike == 2.1.3",
6868
"mkdocs-gen-files == 0.5.0",
6969
"mkdocs-literate-nav == 0.6.2",
70-
"mkdocs-macros-plugin == 1.4.1",
71-
"mkdocs-material == 9.6.22",
70+
"mkdocs-macros-plugin == 1.5.0",
71+
"mkdocs-material == 9.7.0",
7272
"mkdocstrings[python] == 1.0.0",
7373
"mkdocstrings-python == 1.18.2",
7474
"frequenz-repo-config[lib] == 0.13.7",
7575
]
7676
dev-mypy = [
77-
"mypy == 1.18.2",
77+
"mypy == 1.19.0",
7878
"grpc-stubs == 1.53.0.6",
79-
"types-Markdown == 3.9.0.20250906",
79+
"types-Markdown == 3.10.0.20251106",
8080
"types-protobuf == 6.32.1.20251105",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
]
84-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"]
84+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.7"]
8585
dev-pylint = [
8686
"pylint == 4.0.4",
8787
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)