Skip to content

Commit b4bbf59

Browse files
Build(deps-dev): Bump the minor group across 1 directory with 6 updates (#119)
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` | | [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.3` | | [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.2.20260211` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.142.5` | `6.151.9` | 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>&lt;/</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1593">#1593</a>).</li> </ul> <h2>Release 3.10.1</h2> <h3>Fixed</h3> <ul> <li>Ensure nested elements inside inline comments are properly unescaped (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1571">#1571</a>).</li> <li>Make the docs build successfully with mkdocstrings-python 2.0 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1575">#1575</a>).</li> <li>Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1578">#1578</a>).</li> <li>Fix another infinite loop when handling bad comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1586">#1586</a>).</li> </ul> <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>&lt;/</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1593">#1593</a>).</li> </ul> <h2>[3.10.1] - 2026-01-21</h2> <h3>Fixed</h3> <ul> <li>Ensure nested elements inside inline comments are properly unescaped (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1571">#1571</a>).</li> <li>Make the docs build successfully with mkdocstrings-python 2.0 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1575">#1575</a>).</li> <li>Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1578">#1578</a>).</li> <li>Fix another infinite loop when handling bad comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1586">#1586</a>).</li> </ul> <h2>[3.10.0] - 2025-11-03</h2> <h3>Changed</h3> <ul> <li>Officially support Python 3.14 and PyPy 3.11 and drop support for Python 3.9 and PyPy 3.9.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix an HTML comment parsing case in some Python versions that can cause an infinite loop (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1554">#1554</a>).</li> <li>Revert the default behavior of <code>USE_DEFINITION_ORDER</code> (to <code>True</code>). The new behavior introduced in 3.9.0 is experimental and results are inconsistent. It should not have been made the default behavior (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1561">#1561</a>).</li> </ul> <h2>[3.9.0] - 2025-09-04</h2> <h3>Changed</h3> <ul> <li>Footnotes are now ordered by the occurrence of their references in the document. A new configuration option for the footnotes extension, <code>USE_DEFINITION_ORDER</code>, has been added to support restoring the previous behavior of ordering footnotes by the occurrence of definitions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1367">#1367</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure inline processing iterates through elements in document order (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1546">#1546</a>).</li> <li>Fix handling of incomplete HTML tags in code spans in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1547">#1547</a>).</li> </ul> <h2>[3.8.2] - 2025-06-19</h2> <h3>Fixed</h3> <ul> <li>Fix <code>codecs</code> deprecation in Python 3.14 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/e7a0efb3a7c36d6b8005403122705662bc17c904"><code>e7a0efb</code></a> Bump version to 3.10.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/630183336bda57c258becc3ed229105481876a7e"><code>6301833</code></a> Document HTML sanitation policy</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/7f29f1a69d236f5bb11645c2fa03fcf701487c8c"><code>7f29f1a</code></a> More reliable fix for <code>&lt;/</code></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/c4386475a6b6daea43b7d7717add4271adc9a3c1"><code>c438647</code></a> Fix regression of special comments</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e5fa5b86e8ec380cbc520cfc637d72c779e5c601"><code>e5fa5b8</code></a> Bump version to 3.10.1</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/f9253495f5d9919f2fdd5e147832b5fc21330f65"><code>f925349</code></a> More HTML fixes</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9933a0a4699f3dea91f46528a2bf54863f531c08"><code>9933a0a</code></a> Revert &quot;Allow reference links with backticks&quot;</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/07dfa4eb43f7a2ab3181b4f842a960a03a6c1221"><code>07dfa4e</code></a> Allow reference links with backticks</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/fb6b27a6ff90980b5bcb0cd51528a7c9dc3a93ca"><code>fb6b27a</code></a> Fix infinite loop when text contains multiple unclosed comments</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/89112c293f7b399ae8808f3a06306f46601e9684"><code>89112c2</code></a> Make the docs build successfully with mkdocstrings-python 2.0</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.2">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.23 to 9.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.7.2</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Opened up version ranges of optional dependencies for forward-compatibility</li> <li>Added warning to <code>mkdocs build</code> about impending MkDocs 2.0 incompatibility (doesn't affect strict mode)</li> </ul> <h2>mkdocs-material-9.7.1</h2> <blockquote> <p>[!WARNING]</p> <p><strong>Material for MkDocs is in maintenance mode</strong></p> <p>Going forward, the Material for MkDocs team focuses on <a href="https://zensical.org">Zensical</a>, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs until November 2026.</p> <p><a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">Read the full announcement on our blog</a></p> </blockquote> <h2>Changes</h2> <ul> <li>Updated requests to 2.30+ to mitigate CVE in urllib</li> <li>Fixed privacy plugin not picking up protocol-relative URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8542">#8542</a>: false positives and negatives captured in privacy plugin</li> </ul> <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> <!-- 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.3 (2026-02-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8567">#8567</a>: Print MkDocs 2.0 incompatibility warning to stderr</li> </ul> <p>mkdocs-material-9.7.2 (2026-02-18)</p> <ul> <li>Opened up version ranges of optional dependencies for forward-compatibility</li> <li>Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility</li> </ul> <p>mkdocs-material-9.7.1 (2025-12-18)</p> <ul> <li>Updated requests to 2.30+ to mitigate CVE in urllib</li> <li>Fixed privacy plugin not picking up protocol-relative URLs</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8542">#8542</a>: false positives and negatives captured in privacy plugin</li> </ul> <p>mkdocs-material-9.7.0 (2025-11-11)</p> <p>⚠️ Material for MkDocs is now in maintenance mode</p> <p>This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.</p> <p>Read the full announcement on our blog: <a href="https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/">https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/</a></p> <p>This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.</p> <p>Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.</p> <p>Changes:</p> <ul> <li>Added support for pinned blog posts and author profiles</li> <li>Added support for customizing pagination for blog index pages</li> <li>Added support for customizing blog category sort order</li> <li>Added support for staying on page when switching languages</li> <li>Added support for disabling tags in table of contents</li> <li>Added support for nested tags and shadow tags</li> <li>Added support for footnote tooltips</li> <li>Added support for instant previews</li> <li>Added support for instant prefetching</li> <li>Added support for custom social card layouts</li> <li>Added support for custom social card background images</li> <li>Added support for selectable rangs in code blocks</li> <li>Added support for custom selectors for code annotations</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/da5d442f904d0c938f4dadc384a7126e8ce30cd0"><code>da5d442</code></a> Prepare 9.7.3 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/03e8baecdcb62bf3478b68487c2a1fa61a4c938c"><code>03e8bae</code></a> Fixed order of imports</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/70dee38366615652d7198ae85ff208a4b4c0e80d"><code>70dee38</code></a> Switched warning message to print to stderr</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b78109b36b2aaf39a02eb2b75af6df856f0c5600"><code>b78109b</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e1dd2c88ecd26810050bacf2e67f47a0c2cee4ba"><code>e1dd2c8</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6972761d8202f0aafb6f3ea7177c39c65337a978"><code>6972761</code></a> Updated blog post on MkDocs 2.0</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e21a119e38f7bca184e469eaeefa3d5535e5022b"><code>e21a119</code></a> Updated changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d5654b500a7021625d3c78f59842805c45e7b65a"><code>d5654b5</code></a> Prepare 9.7.2 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b18af2f74a98e0d54f7f11b4e029d7ea29166df3"><code>b18af2f</code></a> Opened up version ranges in optional dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/39cdfbd87c80079cd06a6d2a953cd53f531db61d"><code>39cdfbd</code></a> Added social card for blog post</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.23...9.7.3">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.2.20260211 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.142.5 to 6.151.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's releases</a>.</em></p> <blockquote> <h2>Hypothesis for Python - version 6.151.9</h2> <p>Remove some old unused code.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-9">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.8</h2> <p>This patch fixes a crash when &quot;sys.modules&quot; contains unhashable values, such as &quot;SimpleNamespace&quot; objects (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4660">#4660</a>).</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-8">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.7</h2> <p>This patch updates our vendored list of top-level domains, which is used by the provisional &quot;domains()&quot; strategy.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-7">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.6</h2> <p>This patch fixes several duplicate word typos in comments and documentation.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-6">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.5</h2> <p>This patch teaches our pytest plugin to :ref:<code> find interesting constants &lt;v6.131.1&gt;</code> when pytest is collecting tests, to avoid arbitrarily attributing the latency to whichever test function happened to be executed first (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4627">#4627</a>).</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-5">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.4</h2> <p>This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that &lt;1% of test cases pass.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.3</h2> <p>This patch makes Hypothesis more tolerant of slow-to-satisfy &quot;assume()&quot; calls. Previously, Hypothesis would give up after &quot;max_examples * 10&quot; attempts; now it uses a statistical test to stop only when 99% confident that &lt;1% of examples would pass (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4623">#4623</a>).</p> <p>Thanks to <a href="https://github.com/ajdavis"><code>@​ajdavis</code></a> for this improvement!</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.151.2</h2> <p>Format our code with the latest version of black.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ad1c0b9745f5b9354b83c643b0f13f5fda361b8a"><code>ad1c0b9</code></a> Bump hypothesis-python version to 6.151.9 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/fee8588b265e0f370bce0db597fcbddaa5c14de7"><code>fee8588</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4664">#4664</a> from Liam-DeVoe/remove-dfa-lstar</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/83e565bea06c4e4665ec48e55a168f1e0cbd89d8"><code>83e565b</code></a> remove lstar/dfa code</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/6a92140a38f46ab2a03edfb57563441352d3ced7"><code>6a92140</code></a> Bump hypothesis-python version to 6.151.8 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f431fd1d46c777316b6903e93258c131a3880d1f"><code>f431fd1</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4661">#4661</a> from Zac-HD/claude/fix-issue-4660-v47Zs</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/6636685cdafc0af0ce1589615813ac8e213ec0c6"><code>6636685</code></a> Bump hypothesis-python version to 6.151.7 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/27e40fe4c06e5f4b1ac2ab78bc9f5b0fc1da9f39"><code>27e40fe</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4662">#4662</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/34802cf980fa07ba1b1b80fa72d19430e3303b5e"><code>34802cf</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c99f273558e8100f441fc72c4d10606d840b3e0f"><code>c99f273</code></a> Cross-ref SimpleNamespace, snapshot sys.modules, add regression test</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0854c39c0dd57846eb00915f4adb0d2f6a1f7797"><code>0854c39</code></a> Handle unhashable entries in sys.modules when collecting local constants</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.5...hypothesis-python-6.151.9">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents a78408d + 13815c5 commit b4bbf59

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ dev-flake8 = [
5050
]
5151
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]
5252
dev-mkdocs = [
53-
"Markdown == 3.9",
53+
"Markdown == 3.10.2",
5454
"black == 25.9.0",
5555
"mike == 2.1.3",
5656
"mkdocs-gen-files == 0.5.0",
5757
"mkdocs-literate-nav == 0.6.2",
58-
"mkdocs-macros-plugin == 1.4.1",
59-
"mkdocs-material == 9.6.23",
58+
"mkdocs-macros-plugin == 1.5.0",
59+
"mkdocs-material == 9.7.4",
6060
"mkdocstrings[python] == 1.0.3",
6161
"mkdocstrings-python == 2.0.3",
6262
"frequenz-repo-config[lib] == 0.14.0",
6363
]
6464
dev-mypy = [
65-
"mypy == 1.18.2",
66-
"types-Markdown == 3.9.0.20250906",
65+
"mypy == 1.19.1",
66+
"types-Markdown == 3.10.2.20260211",
6767
# For checking the noxfile, docs/ script, and tests
6868
"frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]",
6969
]
@@ -80,7 +80,7 @@ dev-pytest = [
8080
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.3.0",
8282
"async-solipsism == 0.9",
83-
"hypothesis == 6.142.5",
83+
"hypothesis == 6.151.9",
8484
"frequenz-quantities[marshmallow]",
8585
]
8686

tests/test_quantities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def test_quantity_divided_by_float(
801801
) -> None:
802802
"""Test the division of all quantities by a float."""
803803
hypothesis.assume(scalar != 0.0)
804-
quantity = quantity_ctor(quantity_value)
804+
quantity = quantity_ctor(quantity_value) # pylint: disable=unreachable
805805
expected_value = quantity.base_value / scalar
806806
print(f"{quantity=}, {expected_value=}")
807807

@@ -837,6 +837,7 @@ def test_quantity_divided_by_self(
837837
"""Test the division of all quantities by a float."""
838838
hypothesis.assume(divisor_value != 0.0)
839839
# We need to have float here because quantity /= divisor will return a float
840+
# pylint: disable-next=unreachable
840841
quantity: Quantity | float = quantity_ctor(quantity_value)
841842
divisor = quantity_ctor(divisor_value)
842843
assert isinstance(quantity, Quantity)

0 commit comments

Comments
 (0)