Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Bump mkdocstrings-python from 1.13.0 to 1.14.4 (#1612)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.13.0 to 1.14.4. <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.14.4</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.4">1.14.4</a> - 2025-02-04</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.3...1.14.4">Compare with 1.14.3</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Deactivate Pydantic validation on Python 3.9 is <code>eval-type-backport</code> is not available (for modern typing syntax support) (<a href="https://github.com/mkdocstrings/python/commit/0de0e5e57f8f22e039b0d19aad6341ce7ab3da9f">0de0e5e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/241">Issue-241</a></li> </ul> <h2>1.14.3</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.3">1.14.3</a> - 2025-02-04</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.2...1.14.3">Compare with 1.14.2</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Let dataclass implement <code>__init__</code> method, set extra fields in <code>get_options</code> (<a href="https://github.com/mkdocstrings/python/commit/477b9e447ef9717c6edcb14bd4c53f9cacc555b8">477b9e4</a> by Timothée Mazzucotelli).</li> </ul> <h2>1.14.2</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.2">1.14.2</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.1...1.14.2">Compare with 1.14.1</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Deactivate Pydantic logic if v1 is installed instead of v2 (<a href="https://github.com/mkdocstrings/python/commit/c5ecd702b04417fa3d862806d608ea627b2e8ed9">c5ecd70</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/240">Issue-240</a></li> </ul> <h2>1.14.1</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.1">1.14.1</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.0...1.14.1">Compare with 1.14.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix type errors with options during collection and docstring parsing (<a href="https://github.com/mkdocstrings/python/commit/15ca6d8cbe8187ae2938b3cc3a6134d10c94a3aa">15ca6d8</a> by Timothée Mazzucotelli).</li> </ul> <h2>1.14.0</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.0">1.14.0</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.13.0...1.14.0">Compare with 1.13.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add <code>heading</code> and <code>toc_label</code> options (<a href="https://github.com/mkdocstrings/python/commit/7cabacf13735dbc5066793baf5820d61cd342dc8">7cabacf</a> by Yann Van Crombrugge). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/725">Issue-mkdocstrings-725</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/236">PR-236</a></li> <li>Add <code>force_inspection</code> option to force dynamic analysis (<a href="https://github.com/mkdocstrings/python/commit/83823be2146d6a2ecedc5fe9c0cfd84098d780ca">83823be</a> by Uchechukwu Orji). <a href="https://redirect.github.com/mkdocstrings/python/issues/94">Issue-94</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/231">PR-231</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Use dataclasses for configuration/options and automate schema generation (<a href="https://github.com/mkdocstrings/python/commit/5ebeda6fce1b1bc7cb3f5e27a5a90ac394a3de0c">5ebeda6</a> by Timothée Mazzucotelli).</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.14.4">1.14.4</a> - 2025-02-04</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.3...1.14.4">Compare with 1.14.3</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Deactivate Pydantic validation on Python 3.9 is <code>eval-type-backport</code> is not available (for modern typing syntax support) (<a href="https://github.com/mkdocstrings/python/commit/0de0e5e57f8f22e039b0d19aad6341ce7ab3da9f">0de0e5e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/241">Issue-241</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.3">1.14.3</a> - 2025-02-04</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.2...1.14.3">Compare with 1.14.2</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Let dataclass implement <code>__init__</code> method, set extra fields in <code>get_options</code> (<a href="https://github.com/mkdocstrings/python/commit/477b9e447ef9717c6edcb14bd4c53f9cacc555b8">477b9e4</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.2">1.14.2</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.1...1.14.2">Compare with 1.14.1</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Deactivate Pydantic logic if v1 is installed instead of v2 (<a href="https://github.com/mkdocstrings/python/commit/c5ecd702b04417fa3d862806d608ea627b2e8ed9">c5ecd70</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/python/issues/240">Issue-240</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.1">1.14.1</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.14.0...1.14.1">Compare with 1.14.0</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix type errors with options during collection and docstring parsing (<a href="https://github.com/mkdocstrings/python/commit/15ca6d8cbe8187ae2938b3cc3a6134d10c94a3aa">15ca6d8</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.14.0">1.14.0</a> - 2025-02-03</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.13.0...1.14.0">Compare with 1.13.0</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add <code>heading</code> and <code>toc_label</code> options (<a href="https://github.com/mkdocstrings/python/commit/7cabacf13735dbc5066793baf5820d61cd342dc8">7cabacf</a> by Yann Van Crombrugge). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/725">Issue-mkdocstrings-725</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/236">PR-236</a></li> <li>Add <code>force_inspection</code> option to force dynamic analysis (<a href="https://github.com/mkdocstrings/python/commit/83823be2146d6a2ecedc5fe9c0cfd84098d780ca">83823be</a> by Uchechukwu Orji). <a href="https://redirect.github.com/mkdocstrings/python/issues/94">Issue-94</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/231">PR-231</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Use dataclasses for configuration/options and automate schema generation (<a href="https://github.com/mkdocstrings/python/commit/5ebeda6fce1b1bc7cb3f5e27a5a90ac394a3de0c">5ebeda6</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/0ca64be892f9a470cb8502e3c3d7fd5329cac68c"><code>0ca64be</code></a> chore: Prepare release 1.14.4</li> <li><a href="https://github.com/mkdocstrings/python/commit/0de0e5e57f8f22e039b0d19aad6341ce7ab3da9f"><code>0de0e5e</code></a> fix: Deactivate Pydantic validation on Python 3.9 is <code>eval-type-backport</code> is ...</li> <li><a href="https://github.com/mkdocstrings/python/commit/e74ecbf15a495183c1f78eb2257a262721fb502d"><code>e74ecbf</code></a> chore: Prepare release 1.14.3</li> <li><a href="https://github.com/mkdocstrings/python/commit/477b9e447ef9717c6edcb14bd4c53f9cacc555b8"><code>477b9e4</code></a> fix: Let dataclass implement <code>__init__</code> method, set extra fields in `get_opti...</li> <li><a href="https://github.com/mkdocstrings/python/commit/40067f79f53d5918619580fd07866463a55f56d2"><code>40067f7</code></a> chore: Prepare release 1.14.2</li> <li><a href="https://github.com/mkdocstrings/python/commit/c5ecd702b04417fa3d862806d608ea627b2e8ed9"><code>c5ecd70</code></a> fix: Deactivate Pydantic logic if v1 is installed instead of v2</li> <li><a href="https://github.com/mkdocstrings/python/commit/e14d5b450ba02f62ce0272ceaf66666e0b01fd1a"><code>e14d5b4</code></a> chore: Prepare release 1.14.1</li> <li><a href="https://github.com/mkdocstrings/python/commit/15ca6d8cbe8187ae2938b3cc3a6134d10c94a3aa"><code>15ca6d8</code></a> fix: Fix type errors with options during collection and docstring parsing</li> <li><a href="https://github.com/mkdocstrings/python/commit/c8bee99e099ad12b0d9ce60ab352202000268a9b"><code>c8bee99</code></a> chore: Prepare release 1.14.0</li> <li><a href="https://github.com/mkdocstrings/python/commit/95bba8857360a88de7adc3d1505256918de938e4"><code>95bba88</code></a> docs: Make sure each option is documented</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/python/compare/1.13.0...1.14.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings-python&package-manager=pip&previous-version=1.13.0&new-version=1.14.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information