Build(deps-dev): Bump the minor group across 1 directory with 7 updates#312
Merged
Build(deps-dev): Bump the minor group across 1 directory with 7 updates#312
Conversation
562c631 to
95f60a3
Compare
Bumps the minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10.1` | | [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.1` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [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` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | Updates `markdown` from 3.9 to 3.10.1 - [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.9.0...3.10.1) Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.23 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.23...9.7.1) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.10.16 to 2025.11.12 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.10.16...2025.11.12) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.0.20251106 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
95f60a3 to
10a0023
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 2, 2026
…es (#312) Bumps the minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10.1` | | [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.1` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [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` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | Updates `markdown` from 3.9 to 3.10.1 <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.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.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> <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><foo</code> and Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li> </ul> <h2>[3.8.1] - 2025-06-18</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/Python-Markdown/markdown/commit/961856ceb30623b929d8b7abdf5ed7074db7184c"><code>961856c</code></a> Update link</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/2b49115b1002142afbd84b3002f13c0e98a0f487"><code>2b49115</code></a> Ensure nested elements inside inline comments are properly unescaped.</li> <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>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.1">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.1 <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.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> <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> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <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 [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><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> </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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7e236f6866b73aa080cd4d209752f6440bf67440"><code>7e236f6</code></a> Temporarily disable publishing</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/394149152dc10fc5383c956cd133a665c22fa907"><code>3941491</code></a> Fixed CI</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/034eaf7b0b7a0a4d2e66179de0dcaded4c923f76"><code>034eaf7</code></a> Prepare 9.7.1 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/79ba428abebf9b365d4930fb9b147255edd10b88"><code>79ba428</code></a> Fixed privacy plugin not picking up protocol-relative URLs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/61cad249b6eec5727bcf245ca2dea3ef6c98790f"><code>61cad24</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/dde13ceb9bb49be3b84bc8c1e59b313250ea8516"><code>dde13ce</code></a> Fixed false positives and negatives captured in privacy plugin (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8542">#8542</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/291012dcf5aff75a32a6fe9e9a6be4d769da12ac"><code>291012d</code></a> Updated requests to 2.30+ to mitigate CVE in urllib</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/673d8ca986c37ddeabe25c7e7b7299ec644910ed"><code>673d8ca</code></a> Fixed links</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/17227844dce216bf172c9e5de69809765a0b5ab7"><code>1722784</code></a> Documentation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/aee925f5a0ae3e343ff310e35c667d24eeaff7df"><code>aee925f</code></a> Fixed links</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.23...9.7.1">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.18.2 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.18.2...v1.19.1">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 <file> </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 <file> </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 /> Updates `setuptools` from 80.9.0 to 80.10.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v80.10.2</h1> <h2>Bugfixes</h2> <ul> <li>Update vendored dependencies. (<a href="https://redirect.github.com/pypa/setuptools/issues/5159">#5159</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/5115">#5115</a>, <a href="https://redirect.github.com/pypa/setuptools/issues/5128">#5128</a></li> </ul> <h1>v80.10.1</h1> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/5152">#5152</a></li> </ul> <h1>v80.10.0</h1> <h2>Features</h2> <ul> <li>Remove post-release tags on setuptools' own build. (<a href="https://redirect.github.com/pypa/setuptools/issues/4530">#4530</a>)</li> <li>Refreshed vendored dependencies. (<a href="https://redirect.github.com/pypa/setuptools/issues/5139">#5139</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/5033">#5033</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/5cf2d085186f2c8053940076db99045b826ec22a"><code>5cf2d08</code></a> Bump version: 80.10.1 → 80.10.2</li> <li><a href="https://github.com/pypa/setuptools/commit/852cd5e9fa507c91f5f6683425f157649715d268"><code>852cd5e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/5166">#5166</a> from pypa/bugfix/5159-vendor-bin-free</li> <li><a href="https://github.com/pypa/setuptools/commit/11115ee8e5b533c2cd948272b02f339f23b6d20a"><code>11115ee</code></a> Suppress deprecation warning.</li> <li><a href="https://github.com/pypa/setuptools/commit/5cf9185dc8f2b3fbf140ebf6558798ccc0ce1077"><code>5cf9185</code></a> Update vendored dependencies.</li> <li><a href="https://github.com/pypa/setuptools/commit/cf59f41400c75326d381f2d1989027b229b59a59"><code>cf59f41</code></a> Delete all binaries generated by vendored package install.</li> <li><a href="https://github.com/pypa/setuptools/commit/89a598167c614ebaf7da441389bce35534b7cd7f"><code>89a5981</code></a> Add missing newsfragments</li> <li><a href="https://github.com/pypa/setuptools/commit/c0114af5484625c25e48cd85429445f9d6a1cfc0"><code>c0114af</code></a> Postpone deprecation warnings related to PEP 639 to 2027-Feb-18 (<a href="https://redirect.github.com/pypa/setuptools/issues/5115">#5115</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/de076038f164a3629c91e3f2bc88a7b9c4f5312d"><code>de07603</code></a> Revert "[CI] Constraint transient test dependency on pyobjc" (<a href="https://redirect.github.com/pypa/setuptools/issues/5128">#5128</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/3afd5d66606c092131052e982266b322f0a0dd4b"><code>3afd5d6</code></a> Revert "[CI] Constraint transient test dependency on pyobjc"</li> <li><a href="https://github.com/pypa/setuptools/commit/adfb0c9e3d1789587d609228d9ea1d79272e4107"><code>adfb0c9</code></a> Bump version: 80.10.0 → 80.10.1</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
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 minor group with 7 updates in the / directory:
3.93.10.11.4.11.5.09.6.239.7.11.18.21.19.13.9.0.202509063.10.0.202511062025.10.162025.11.1280.9.080.10.2Updates
markdownfrom 3.9 to 3.10.1Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
e5fa5b8Bump 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.0961856cUpdate link2b49115Ensure nested elements inside inline comments are properly unescaped.22e89c1Bump version to 3.10c138aea+ PY314 - PY39Updates
mkdocs-macros-pluginfrom 1.4.1 to 1.5.0Changelog
Sourced from mkdocs-macros-plugin's changelog.
Commits
0536f4dFix type hint for compatibilityd9a6bc3Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9)bcaa72dMake last minute corrections356fc2aPrepare for releaseaaf16bdLimit testing to 3.10 up (#279)ba5356cUse proper exit for pytest if Python < 3.10 (#279)6c79660Skip test_modules.py if Python version < 3.10 (#279)cec7440Test installation of d2 in a cross-platform way (#279)492759cUpdate with changes from local repo (#278)cc54168Merge branch 'master' of github.com:fralau/mkdocs_macros_pluginUpdates
mkdocs-materialfrom 9.6.23 to 9.7.1Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
7e236f6Temporarily disable publishing3941491Fixed CI034eaf7Prepare 9.7.1 release79ba428Fixed privacy plugin not picking up protocol-relative URLs61cad24Updated dependenciesdde13ceFixed false positives and negatives captured in privacy plugin (#8542)291012dUpdated requests to 2.30+ to mitigate CVE in urllib673d8caFixed links1722784Documentationaee925fFixed linksUpdates
mypyfrom 1.18.2 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.9.0.20250906 to 3.10.0.20251106Commits
Updates
noxfrom 2025.10.16 to 2025.11.12Release notes
Sourced from nox's releases.
Changelog
Sourced from nox's changelog.
Commits
0eee2e4chore: prepare for 2025.11.12 (#1032)9e9b47echore: add a few more passing ruff checks (#1030)5cfea65ci: use last intel macOS image (#1031)f690869chore: pytest log_level is better than log_cli_level (#1029)6d669aefix(typing): install env was typed differently (#1028)3455f55fix: avoid warnings when running in script mode (#1025)b17113dfix: json should support Path (#1026)38dea06chore(deps): bump the actions group with 2 updates (#1020)Updates
setuptoolsfrom 80.9.0 to 80.10.2Changelog
Sourced from setuptools's changelog.
Commits
5cf2d08Bump version: 80.10.1 → 80.10.2852cd5eMerge pull request #5166 from pypa/bugfix/5159-vendor-bin-free11115eeSuppress deprecation warning.5cf9185Update vendored dependencies.cf59f41Delete all binaries generated by vendored package install.89a5981Add missing newsfragmentsc0114afPostpone deprecation warnings related to PEP 639 to 2027-Feb-18 (#5115)de07603Revert "[CI] Constraint transient test dependency on pyobjc" (#5128)3afd5d6Revert "[CI] Constraint transient test dependency on pyobjc"adfb0c9Bump version: 80.10.0 → 80.10.1Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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