Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the required group with 6 updates (#53)
Bumps the required group with 6 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.13.0` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` | Updates `pydoclint` from 0.5.9 to 0.5.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/releases">pydoclint's releases</a>.</em></p> <blockquote> <h2>0.5.14</h2> <h2>What's Changed</h2> <ul> <li>Make pydoclint not crash on syntax erros (including invisible chars) by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/194">jsh9/pydoclint#194</a></li> <li>Fix a bug with ast.assign by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/195">jsh9/pydoclint#195</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14">https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14</a></p> <h2>0.5.13</h2> <h2>What's Changed</h2> <ul> <li>Fix a bug with subscript assign by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/191">jsh9/pydoclint#191</a></li> <li>Fix a bug with reading non-UTF-8 encoded files by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/192">jsh9/pydoclint#192</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13">https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13</a></p> <h2>0.5.12</h2> <h2>What's Changed</h2> <ul> <li>Drop Python 3.8 support by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/186">jsh9/pydoclint#186</a></li> <li>Add mypy static type checking to pydoclint by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/185">jsh9/pydoclint#185</a></li> <li>Use "modern" type annotations by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/187">jsh9/pydoclint#187</a></li> <li>Add new config option to treat ClassVar attrs as class attrs by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/188">jsh9/pydoclint#188</a></li> <li>Ensure support for py312 and 313 by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/189">jsh9/pydoclint#189</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12">https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12</a></p> <h2>0.5.11</h2> <h2>What's Changed</h2> <ul> <li>fix: get name of a raised exception when bound in except by <a href="https://github.com/Amar1729"><code>@Amar1729</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/184">jsh9/pydoclint#184</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.10...0.5.11">https://github.com/jsh9/pydoclint/compare/0.5.10...0.5.11</a></p> <h2>0.5.10</h2> <h2>What's Changed</h2> <ul> <li>Hide msg about loading config in quiet mode by <a href="https://github.com/aemonge"><code>@aemonge</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/178">jsh9/pydoclint#178</a></li> <li>Fix bug caused by assigning value to attr by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/181">jsh9/pydoclint#181</a></li> <li>Rename unparseAnnotation by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/182">jsh9/pydoclint#182</a></li> <li>Rename InternalError into EdgeCaseError by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/183">jsh9/pydoclint#183</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10">https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's changelog</a>.</em></p> <blockquote> <h2>[0.5.14] - 2024-12-26</h2> <ul> <li> <p>Changed</p> <ul> <li>Added <code>DOC002</code> (syntax error) to handle cases where there are syntax errors in the Python file</li> <li>Replaced invisible and zero-width characters with empty strings so that Python's AST can correctly parse the files</li> <li>Added end-to-end test (essentially an integration test)</li> </ul> </li> <li> <p>Fixed</p> <ul> <li>A bug in ast.assign</li> </ul> </li> <li> <p>Full diff</p> <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14">https://github.com/jsh9/pydoclint/compare/0.5.13...0.5.14</a></li> </ul> </li> </ul> <h2>[0.5.13] - 2024-12-20</h2> <ul> <li> <p>Fixed</p> <ul> <li>Fixed a bug where assigning a dict value (such as <code>abc['something'] = 123</code>) would result in EdgeCaseError</li> <li>Fixed a bug where non-UTF-8 encoded files would crash <em>pydoclint</em></li> </ul> </li> <li> <p>Full diff</p> <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13">https://github.com/jsh9/pydoclint/compare/0.5.12...0.5.13</a></li> </ul> </li> </ul> <h2>[0.5.12] - 2024-12-15</h2> <ul> <li> <p>Changed</p> <ul> <li>Dropped support for Python 3.8</li> <li>Use "modern" type annotation, such as <code>list</code> and <code>str | None</code></li> </ul> </li> <li> <p>Added</p> <ul> <li>Added static type checking using <code>mypy</code></li> <li>A new config option, <code>--only-attrs-with-ClassVar-are-treated-as-class-attrs</code></li> <li>Ensured support for Python 3.12 and 3.13</li> </ul> </li> <li> <p>Full diff</p> <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12">https://github.com/jsh9/pydoclint/compare/0.5.11...0.5.12</a></li> </ul> </li> </ul> <h2>[0.5.11] - 2024-12-14</h2> <ul> <li> <p>Fixed</p> <ul> <li>Fixed a bug where pydoclint uses variable names instead of the exception itself (<a href="https://redirect.github.com/jsh9/pydoclint/issues/175">jsh9/pydoclint#175</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/46c5cb78a36446feed5bee30ab763d0f157a21b3"><code>46c5cb7</code></a> Fix a bug with ast.assign (<a href="https://redirect.github.com/jsh9/pydoclint/issues/195">#195</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/f141b716d5b764e25edf591c9808d740245b6eda"><code>f141b71</code></a> Make pydoclint not crash on syntax erros (including invisible chars) (<a href="https://redirect.github.com/jsh9/pydoclint/issues/194">#194</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/dfd9494b25cede6b46bdfa13f2124f54377e0bdb"><code>dfd9494</code></a> Fix a bug with reading non-UTF-8 encoded files (<a href="https://redirect.github.com/jsh9/pydoclint/issues/192">#192</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/3e5b3045a1914fdf44a07f2f304b89e2af46e41c"><code>3e5b304</code></a> Fix a bug with subscript assign (<a href="https://redirect.github.com/jsh9/pydoclint/issues/191">#191</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/ca6f344b0c6a227216cc00fd47d9d82bf6607ba3"><code>ca6f344</code></a> Ensure support for py312 and 313 (<a href="https://redirect.github.com/jsh9/pydoclint/issues/189">#189</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/da14ebd4bf2d635011a4bdb516f73c9b0a92cf71"><code>da14ebd</code></a> Add new config option to treat ClassVar attrs as class attrs (<a href="https://redirect.github.com/jsh9/pydoclint/issues/188">#188</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/dc5a53b40543e0e0b40985b0c92f454758af6609"><code>dc5a53b</code></a> Use "modern" type annotations (<a href="https://redirect.github.com/jsh9/pydoclint/issues/187">#187</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/903aa91811548fb74d473544ecb4c139b1e6801c"><code>903aa91</code></a> Add mypy static type checking to pydoclint (<a href="https://redirect.github.com/jsh9/pydoclint/issues/185">#185</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/c9d017f4e52afb199c6c6c4254d616f606c1d11d"><code>c9d017f</code></a> Drop Python 3.8 support (<a href="https://redirect.github.com/jsh9/pydoclint/issues/186">#186</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/3b4dcb52fd1b48762a06a9e6af45f71bcb32e1d6"><code>3b4dcb5</code></a> fix: get name of a raised exception when bound in except (<a href="https://redirect.github.com/jsh9/pydoclint/issues/184">#184</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.14">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-material` from 9.5.47 to 9.5.49 <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.5.49</h2> <ul> <li>Adjusted title color in dark mode for all supported Mermaid.js diagrams</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>: Privacy plugin crashes on generated files</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>: Mermaid.js flow chart title not visible in dark mode</li> </ul> <h2>mkdocs-material-9.5.48</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>: Disabling social cards doesn't work</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.5.49 (2024-12-16)</p> <ul> <li>Adjusted title color in dark mode for all supported Mermaid.js diagrams</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>: Privacy plugin crashes on generated files</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>: Mermaid.js flow chart title not visible in dark mode</li> </ul> <p>mkdocs-material-9.5.48 (2024-12-08)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>: Disabling social cards doesn't work</li> </ul> <p>mkdocs-material-9.5.47 (2024-12-01)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>: Numeric tags break search</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>: Blog plugin breaks when using future drafts (9.5.45 regression)</li> </ul> <p>mkdocs-material-9.5.46 (2024-11-25)</p> <ul> <li>Added support for removing preload hints in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7734">#7734</a>: Code blocks in h5 headlines are uppercased</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7725">#7725</a>: Blog plugin crashing on missing timezone (9.5.45 regression)</li> </ul> <p>mkdocs-material-9.5.45 (2024-11-20)</p> <ul> <li>Reduced size of Docker image through multi-stage build</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>: Blog plugin crashing on YAML dates with timezones</li> </ul> <p>mkdocs-material-9.5.44 (2024-11-05)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7672">#7672</a>: Font CSS 404's when using privacy plugin (9.5.43 regression)</li> </ul> <p>mkdocs-material-9.5.43 (2024-10-31)</p> <ul> <li>Added support for external images in SVGs in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7651">#7651</a>: Privacy plugin doesn't handle quoted URLs in CSS</li> </ul> <p>mkdocs-material-9.5.42 (2024-10-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7625">#7625</a>: Invalid encoding of boolean attributes in privacy plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7624">#7624</a>: Crash when disabling privacy plugin (9.5.41 regression)</li> </ul> <p>mkdocs-material-9.5.41 (2024-10-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7619">#7619</a>: Improved tooltip on logo disappears after instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7616">#7616</a>: Race condition in built-in privacy plugin when inlining assets</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7615">#7615</a>: Comments and "Was this page helpful?" visible when printing</li> </ul> <p>mkdocs-material-9.5.40 (2024-10-10)</p> <ul> <li>Updated Latvian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7597">#7597</a>: Social cards not using site name on home page</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/f947bbe64a6f0f4754c0a7a1afc3b67e8b735c8b"><code>f947bbe</code></a> Prepare 9.5.49 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/968fbe1ae213cb350850cfddf2614a1c93e73adb"><code>968fbe1</code></a> Fixed privacy plugin interop with generated files</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/c97270c8f1d7a068eb20335ad961a356971c5f05"><code>c97270c</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7fb3a39bbc17865743b8cb8846aa4e845ac53eb4"><code>7fb3a39</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7794">#7794</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1ee11152260a8081d2e6f394162194d1e591aadb"><code>1ee1115</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/b368cee13f23b52335fd1ab39cacae9e26b08291"><code>b368cee</code></a> Fixed diagram title not switching color in dark mode</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0f97a8d5f029b1d38ec84fcdb9733a3682f84d50"><code>0f97a8d</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7784">#7784</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/622bf7a6916ec11b4f8d38db40722096ab861b59"><code>622bf7a</code></a> Prepare 9.5.48 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/bedd3fb2c806c4f45ce9857ebf116c2f64590d0f"><code>bedd3fb</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a7dc57c23935c0420b01b78c13d9058fc057a16f"><code>a7dc57c</code></a> Fixed disabling of social cards</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.47...9.5.49">compare view</a></li> </ul> </details> <br /> Updates `mkdocstrings-python` from 1.12.2 to 1.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/python/releases">mkdocstrings-python's releases</a>.</em></p> <blockquote> <h2>1.13.0</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.13.0">1.13.0</a> - 2024-12-26</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">Compare with 1.12.2</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Allow using Ruff to format signatures and attribute values (<a href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc">d67215c</a> by dm). <a href="https://redirect.github.com/mkdocstrings/python/pull/216">PR-216</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Respect <code>show_signature_annotations</code> option for attribute signatures in headings (<a href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff">e93d166</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe-pydantic/issues/9">Issue-griffe-pydantic#9</a></li> <li>Handle <code>__init__</code> overloads when merging into class (<a href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f">af6fab3</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/212">Issue-212</a></li> <li>Actually check if a module is public when rendering auto-generated summary table for modules (<a href="https://github.com/mkdocstrings/python/commit/3bf55b22ce9a841242c55b2efcedbd8f3a99ccc9">3bf55b2</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/203">Issue-203</a></li> <li>Never render line numbers for signatures and attribute values (<a href="https://github.com/mkdocstrings/python/commit/a669f1caefbd54305cc4610bdd57a529aa1208cf">a669f1c</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/192">Issue-192</a></li> <li>Respect highlight's <code>linenums</code> config for <code>pycon</code> examples in docstrings (<a href="https://github.com/mkdocstrings/python/commit/53eb82a21bbcaa959306e909bf0d4ac468f87580">53eb82a</a> by Timothée Mazzucotelli). [Related-to-<a href="https://redirect.github.com/mkdocstrings/python/issues/192">#192</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/192">mkdocstrings/python#192</a>)</li> <li>Fix normalization of extension paths on the annoying operating system and Python 3.13 (<a href="https://github.com/mkdocstrings/python/commit/101a6dc428da59a512da617a0a2453f2b6ef4387">101a6dc</a> by Timothée Mazzucotelli).</li> <li>Don't merge parent <code>__init__</code> docstring into class docstring if such inherited method wasn't selected through the <code>inherited_members</code> configuration option (<a href="https://github.com/mkdocstrings/python/commit/6c5b5c341940af9425b3de0672ac400794b3f6e5">6c5b5c3</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/189">Issue-189</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Render <code>*</code> and <code>**</code> outside of cross-references in signatures (<a href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc">c4506f0</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/pull/216">Needed-for-PR-216</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md">mkdocstrings-python's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.13.0">1.13.0</a> - 2024-12-26</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">Compare with 1.12.2</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Allow using Ruff to format signatures and attribute values (<a href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc">d67215c</a> by dm). <a href="https://redirect.github.com/mkdocstrings/python/pull/216">PR-216</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Respect <code>show_signature_annotations</code> option for attribute signatures in headings (<a href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff">e93d166</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe-pydantic/issues/9">Issue-griffe-pydantic#9</a></li> <li>Handle <code>__init__</code> overloads when merging into class (<a href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f">af6fab3</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/212">Issue-212</a></li> <li>Actually check if a module is public when rendering auto-generated summary table for modules (<a href="https://github.com/mkdocstrings/python/commit/3bf55b22ce9a841242c55b2efcedbd8f3a99ccc9">3bf55b2</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/203">Issue-203</a></li> <li>Never render line numbers for signatures and attribute values (<a href="https://github.com/mkdocstrings/python/commit/a669f1caefbd54305cc4610bdd57a529aa1208cf">a669f1c</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/192">Issue-192</a></li> <li>Respect highlight's <code>linenums</code> config for <code>pycon</code> examples in docstrings (<a href="https://github.com/mkdocstrings/python/commit/53eb82a21bbcaa959306e909bf0d4ac468f87580">53eb82a</a> by Timothée Mazzucotelli). [Related-to-<a href="https://redirect.github.com/mkdocstrings/python/issues/192">#192</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/192">mkdocstrings/python#192</a>)</li> <li>Fix normalization of extension paths on the annoying operating system and Python 3.13 (<a href="https://github.com/mkdocstrings/python/commit/101a6dc428da59a512da617a0a2453f2b6ef4387">101a6dc</a> by Timothée Mazzucotelli).</li> <li>Don't merge parent <code>__init__</code> docstring into class docstring if such inherited method wasn't selected through the <code>inherited_members</code> configuration option (<a href="https://github.com/mkdocstrings/python/commit/6c5b5c341940af9425b3de0672ac400794b3f6e5">6c5b5c3</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/189">Issue-189</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Render <code>*</code> and <code>**</code> outside of cross-references in signatures (<a href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc">c4506f0</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/pull/216">Needed-for-PR-216</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/941d0e5fa02038bf4c7ef61633aa8288dc59d1da"><code>941d0e5</code></a> chore: Prepare release 1.13.0</li> <li><a href="https://github.com/mkdocstrings/python/commit/c8f1a77dc5150e0dec0f43649c2b04e422028f37"><code>c8f1a77</code></a> tests: Add templates rendenring tests using inline-snapshot</li> <li><a href="https://github.com/mkdocstrings/python/commit/e4936638b9d80ed1bc918e545f65b0b46b9a91d9"><code>e493663</code></a> tests: Refactor fixtures and helpers</li> <li><a href="https://github.com/mkdocstrings/python/commit/0d953e384fac3f4439933daa0bd7022c7baea5a3"><code>0d953e3</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/python/commit/ec4d2cc392a33f42033fe0ea44dc9eef55e335c3"><code>ec4d2cc</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/python/commit/d67215c976938ef1e169f16dd0b6166067ebd7bc"><code>d67215c</code></a> feat: Allow using Ruff to format signatures and attribute values</li> <li><a href="https://github.com/mkdocstrings/python/commit/c4506f080e0c75cd32d6512c80f5016e82fc12bc"><code>c4506f0</code></a> refactor: Render <code>*</code> and <code>**</code> outside of cross-references in signatures</li> <li><a href="https://github.com/mkdocstrings/python/commit/cea49964ac8364e2087f3016baa88168e67dec7f"><code>cea4996</code></a> docs: Mention mkdocstrings-python-xref</li> <li><a href="https://github.com/mkdocstrings/python/commit/e93d166a14d0944d30ff2f28f21f2262ac396bff"><code>e93d166</code></a> fix: Respect <code>show_signature_annotations</code> option for attribute signatures in ...</li> <li><a href="https://github.com/mkdocstrings/python/commit/af6fab31142204872ace716392dcb314b2cb5d0f"><code>af6fab3</code></a> fix: Handle <code>__init__</code> overloads when merging into class</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/python/compare/1.12.2...1.13.0">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.13.0 to 1.14.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> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h3>Drop Support for Python 3.8</h3> <p>Mypy no longer supports running with Python 3.8, which has reached end-of-life. When running mypy with Python 3.9+, it is still possible to type check code that needs to support Python 3.8 with the <code>--python-version 3.8</code> argument. Support for this will be dropped in the first half of 2025!</p> <p>Contributed by Marc Mueller (PR <a href="https://redirect.github.com/python/mypy/pull/17492">17492</a>).</p> <h3>Mypyc accelerated mypy wheels for aarch64</h3> <p>Mypy can compile itself to C extension modules using mypyc. This makes mypy 3-5x faster than if mypy is interpreted with pure Python. We now build and upload mypyc accelerated mypy wheels for <code>manylinux_aarch64</code> to PyPI, making it easy for users on such platforms to realise this speedup.</p> <p>Contributed by Christian Bundy (PR <a href="https://redirect.github.com/mypyc/mypy_mypyc-wheels/pull/76">mypy_mypyc-wheels#76</a>)</p> <h3><code>--strict-bytes</code></h3> <p>By default, mypy treats an annotation of <code>bytes</code> as permitting <code>bytearray</code> and <code>memoryview</code>. <a href="https://peps.python.org/pep-0688">PEP 688</a> specified the removal of this special case. Use this flag to disable this behavior. <code>--strict-bytes</code> will be enabled by default in <strong>mypy 2.0</strong>.</p> <p>Contributed by Ali Hamdan (PR <a href="https://redirect.github.com/python/mypy/pull/18263/">18137</a>) and Shantanu Jain (PR <a href="https://redirect.github.com/python/mypy/pull/13952">13952</a>).</p> <h3>Improvements to partial type handling in loops</h3> <p>This change results in mypy better modelling control flow within loops and hence detecting several issues it previously did not detect. In some cases, this change may require use of an additional explicit annotation of a variable.</p> <p>Contributed by Christoph Tyralla (PR <a href="https://redirect.github.com/python/mypy/pull/18180">18180</a>).</p> <p>(Speaking of partial types, another reminder that mypy plans on enabling <code>--local-partial-types</code> by default in <strong>mypy 2.0</strong>).</p> <h2>Mypy 1.14</h2> <p>We’ve just uploaded mypy 1.14 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 and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/251d12fe9f89f8d4818fd6ff1c48224e77119004"><code>251d12f</code></a> Remove +dev from version for release 1.14.1</li> <li><a href="https://github.com/python/mypy/commit/667e5f752aaa4d1c62341d27af54e9ffff82620c"><code>667e5f7</code></a> Revert "Remove redundant inheritances from Iterator in builtins" (<a href="https://redirect.github.com/python/mypy/issues/18324">#18324</a>)</li> <li><a href="https://github.com/python/mypy/commit/67f673a79d3114b3aa06d9642b9feefc2f20631a"><code>67f673a</code></a> Fix enum truthiness for StrEnum (<a href="https://redirect.github.com/python/mypy/issues/18379">#18379</a>)</li> <li><a href="https://github.com/python/mypy/commit/3755abbb875c80698c928711b5aa8f59e71ce973"><code>3755abb</code></a> Fix getargs argument passing (<a href="https://redirect.github.com/python/mypy/issues/18350">#18350</a>)</li> <li><a href="https://github.com/python/mypy/commit/b9fa8eeaebfda2b6ac01a2651659d3206fab9854"><code>b9fa8ee</code></a> Update version to 1.14.1+dev for point release</li> <li><a href="https://github.com/python/mypy/commit/6f37859612cd8670724c2ee2df21aa691276a9dc"><code>6f37859</code></a> Remove +dev from version for release 1.14</li> <li><a href="https://github.com/python/mypy/commit/5a6a7548a9ae25c79690108b1dc1aaec559a18de"><code>5a6a754</code></a> Minor updates to 1.14 changelog (<a href="https://redirect.github.com/python/mypy/issues/18310">#18310</a>)</li> <li><a href="https://github.com/python/mypy/commit/9772d486ada2c198811c34f47be7d0bad44cdbf5"><code>9772d48</code></a> Update changelog for release 1.14 (<a href="https://redirect.github.com/python/mypy/issues/18301">#18301</a>)</li> <li><a href="https://github.com/python/mypy/commit/92473c8bef8a2969e2a649c6c84b3165ba342b0c"><code>92473c8</code></a> Warn about --follow-untyped-imports (<a href="https://redirect.github.com/python/mypy/issues/18249">#18249</a>)</li> <li><a href="https://github.com/python/mypy/commit/e6ce8be8a61a4a8c17523a828e800a76331ee4b5"><code>e6ce8be</code></a> PEP 702 (<a href="https://github.com/deprecated"><code>@deprecated</code></a>): descriptors (<a href="https://redirect.github.com/python/mypy/issues/18090">#18090</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.13.0...v1.14.1">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 3.3.2 to 3.3.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/c28580be76fe1ec55a6cac41833c0bd68070d2f7"><code>c28580b</code></a> Bump pylint to 3.3.3, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/1f9b947768ca8dc15deaf1b70e102ccb27621c08"><code>1f9b947</code></a> Bump astroid from 3.3.5 to 3.3.8 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10125">#10125</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10155">#10155</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/96d13034cfcd021f73572115781f4eaa55257ff3"><code>96d1303</code></a> Bump actions/cache from 4.1.2 to 4.2.0 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10123">#10123</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10154">#10154</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/a7202b145b81e86bed9ddcddf54439cccc73d4f3"><code>a7202b1</code></a> Fix Python 3.12 generic type syntax (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10135">#10135</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10146">#10146</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/90cb29df77bf8abde79671dd59e740eeaf063deb"><code>90cb29d</code></a> [mypy] Use type-setuptools instead of types-pkg-resources (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10120">#10120</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/995570109a3edaa76606558df8758451ec2d85c8"><code>9955701</code></a> Fix 'use-implicit-booleaness' wrongly emitted for generators. (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10107">#10107</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10109">#10109</a>)</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3">compare view</a></li> </ul> </details> <br /> Updates `pytest-asyncio` from 0.24.0 to 0.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 0.25.0</h2> <h1>0.25.0 (2024-12-13)</h1> <ul> <li>Deprecated: Added warning when asyncio test requests async <code>@pytest.fixture</code> in strict mode. This will become an error in a future version of flake8-asyncio. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/979">#979</a></li> <li>Updates the error message about <em>pytest.mark.asyncio</em>'s <em>scope</em> keyword argument to say <em>loop_scope</em> instead. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1004">#1004</a></li> <li>Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/990">#990</a></li> <li>Propagates <em>contextvars</em> set in async fixtures to other fixtures and tests on Python 3.11 and above. <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1008">#1008</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/b24de088dbb92de2cedc506bcc4adb522a72bf7c"><code>b24de08</code></a> build: Prepare release of v0.25.0</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/9fd64da493b5278938ade7e1d73ee4a18543325a"><code>9fd64da</code></a> changelog += <code>asyncio_default_fixture_loop_scope</code></li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/f15b9c2469cacf7b2f2684b4abc2c121dd1defab"><code>f15b9c2</code></a> Add release note for <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1008">#1008</a></li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0184cbab4766417aa662f8c7309bd9b8eb13d2ba"><code>0184cba</code></a> Refactor tests to use Pytester</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/97c682f48c60b60c07e977e6cd74e844d43ccd68"><code>97c682f</code></a> Copy context variables from non-generator fixtures</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/62ab185208b5c6d497c2618aae1bb96d6f3472f4"><code>62ab185</code></a> Improve contextvars test coverage</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/3004bb76050593463819bb809249af76542e54ba"><code>3004bb7</code></a> Simplify contextvars support</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/746c11462e1c14f41146e9217ea43df99dc982c2"><code>746c114</code></a> Maintain contextvars.Context in fixtures and tests</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ebbd602687c46e34089963e4a06183e5f9774db0"><code>ebbd602</code></a> docs: describe when UsageError is raised for loop_scope="class" marker</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c4c1b482de0472d91b40ba0c07935d704c483bce"><code>c4c1b48</code></a> Build(deps): Bump hypothesis in /dependencies/default</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0">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>
- Loading branch information