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 across 1 directory with 8 updates (#1143)
Bumps the required group with 8 updates in the / directory: | 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` | | [types-protobuf](https://github.com/python/typeshed) | `5.28.3.20241030` | `5.29.1.20241207` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.122.0` | `6.123.2` | 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 `types-protobuf` from 5.28.3.20241030 to 5.29.1.20241207 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> Updates `pylint` from 3.3.1 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><a href="https://github.com/pylint-dev/pylint/commit/a5a1bc3a9602d08f15ac90ad12f5b25bde375613"><code>a5a1bc3</code></a> Bump pylint to 3.3.2, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10088">#10088</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/621ecf68c9cfda6fcd64c082c59d545556814ca6"><code>621ecf6</code></a> Fix <code>potential-index-error</code> false positive when iterable contains starred ele...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/5597aae8757a70abf8eb7842b4f1c575aaf7ac47"><code>5597aae</code></a> Fix source root not recognized (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10036">#10036</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10083">#10083</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/ea8ed7e0ea84c2e3d58e98f0b38010625eff99a9"><code>ea8ed7e</code></a> Bump astroid to 3.3.5 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10004">#10004</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10005">#10005</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.3">compare view</a></li> </ul> </details> <br /> Updates `pytest-asyncio` from 0.24.0 to 0.25.1 <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.1</h2> <ul> <li>Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/950">#950</a></li> <li>Improves test collection speed in auto mode <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/1020">#1020</a></li> <li>Corrects the warning that is emitted upon redefining the event_loop fixture</li> </ul> <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/623ab74b80b6f748e88254714f9b21a16eb7911e"><code>623ab74</code></a> docs: Prepare release of v0.25.1.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c236550e739b55ee62f3e6ec7f71b4f4231236d1"><code>c236550</code></a> docs: Fix broken link to the pytest.mark.asyncio reference.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/41c645b3b79709c2812a3aa3b17943074bc33f48"><code>41c645b</code></a> fix: Correct warning message when redefining the event_loop fixture.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/2fd10f824302d45da752341c60c8ddec48297a1b"><code>2fd10f8</code></a> docs: Clarify deprecation of event_loop fixture.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/a4e82ab25b9d6238c46e078313402584d65e11c9"><code>a4e82ab</code></a> docs: Added changelog entry for <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1020">#1020</a>.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/04f90445e10568df4d47812541798cdb62259154"><code>04f9044</code></a> refactor: Replace the "__original_fixture_loop" magic attribute with the more...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/dafef6c65b4b9dd90fac62e60e43629e3f881d0d"><code>dafef6c</code></a> refactor: Extracted a function to mark an event loop as created by pytest-asy...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0c931b7eab4d9e9c8a53c0e1c632628161413034"><code>0c931b7</code></a> refactor: Extracted function to check if a loop was created by pytest-asyncio.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0642dcd27b35f5a74e385d4171893fe03d6edfcb"><code>0642dcd</code></a> fix: Fix broken event loop when a function-scoped test is in between two wide...</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/050a5f81c937f805d35d27f8871981e336ddeee0"><code>050a5f8</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.1">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.122.0 to 6.123.2 <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.123.2</h2> <p>The shrinker now uses the typed choice sequence (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3921">#3921</a>) when ordering failing examples. As a result, Hypothesis may now report a different minimal failing example for some tests. We expect most cases to remain unchanged.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-123-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.123.1</h2> <p>Our pytest plugin now emits a warning if you set Pytest's "norecursedirs" config option in such a way that the ".hypothesis" directory would be searched for tests. This reliably indicates that you've made a mistake which slows down test collection, usually assuming that your configuration extends the set of ignored patterns when it actually replaces them. (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4200">#4200</a>)</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-123-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.123.0</h2> <p>"from_type()" can now handle constructors with required positional- only arguments if they have type annotations. Previously, we only passed arguments by keyword.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-123-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.122.7</h2> <p>This patch lays some groundwork for migrating our internal representation to the typed choice sequence (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3921">#3921</a>)</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-122-7">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.122.6</h2> <p>This patch cleans up some internal code around clamping floats.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-122-6">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.122.5</h2> <p>This release improves shrinking in some cases, especially for strategies using "one_of()". This will typically improve shrinking speed and may in some cases improve the end result.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-122-5">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.122.4</h2> <p>This patch improves generation performance for the provisional "domains()" strategy, including its derivative strategies "urls()" and "emails()".</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-122-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/82504838248fcd7f127e4f0fafa2d892f64a2f8a"><code>8250483</code></a> Bump hypothesis-python version to 6.123.2 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/462c5fcc5ef32a88cfb7c05881b1293d14ce638f"><code>462c5fc</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4215">#4215</a> from tybug/sort-key-ir</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b089be7402e0ca9226724f80d2e4c7c20eb7b3d0"><code>b089be7</code></a> reword release, typing</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3dbfae220dd02297dffa64c1325b49a4c95fe448"><code>3dbfae2</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4214">#4214</a> from tybug/automate-shrinking-benchmark</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/681df66bcdc2ef5933ac54cda2c0fdbef39658c9"><code>681df66</code></a> typing</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4181f0c1be6b1c3f8eb929fe77c4c98a34e7253c"><code>4181f0c</code></a> this fails test_minimizes_errors_in_teardown due to forced being trivial</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/fb74bd732cabcba19648d7ad62526d22ac8a56ce"><code>fb74bd7</code></a> this test can go back to normal now!</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a4c8648708034e56e23631a98878c075cee82735"><code>a4c8648</code></a> speed up test_shrinks_downwards_to_integers</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/75d1f429b043a69d9fe87a014e8089950f79fdb8"><code>75d1f42</code></a> this test is unsound with a db failure</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4657a4f0b8c0b4ff22d705a4594de68dedf1081d"><code>4657a4f</code></a> use sort_key_ir for most things</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.0...hypothesis-python-6.123.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>
- Loading branch information