Skip to content

Commit 5b9ca6c

Browse files
Bump mkdocstrings-python from 1.16.10 to 1.16.11 in the patch group (#146)
Bumps the patch group with 1 update: [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocstrings-python` from 1.16.10 to 1.16.11 <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.16.11</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.16.11">1.16.11</a> - 2025-05-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.10...1.16.11">Compare with 1.16.10</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix highlighting for signature with known special names like <code>__init__</code> (<a href="https://github.com/mkdocstrings/python/commit/7f956868f93a766346455fedb296c26787894d5c">7f95686</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/757">Issue-mkdocstrings-757</a></li> <li>Use default font-size for parameter headings (<a href="https://github.com/mkdocstrings/python/commit/0a35b20a6050a28ba8492d93e5f9940a69462ce3">0a35b20</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/697">Issue-mkdocstrings-697</a></li> <li>Prevent uppercasing H5 titles (by Material for MkDocs) (<a href="https://github.com/mkdocstrings/python/commit/ba669697daad5067ea5db3fdf8a2d5ba2f966b25">ba66969</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/697">Issue-mkdocstrings-697</a>, <a href="https://redirect.github.com/mkdocstrings/python/issues/276">Issue-276</a></li> <li>Use configured heading even when signature is not separated (<a href="https://github.com/mkdocstrings/python/commit/096960abd79831d6fd45e2a7962dfd2bd49e4edd">096960a</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/767">Issue-mkdocstrings-767</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/278">PR-278</a></li> <li>Render attribute names without full path in ToC (<a href="https://github.com/mkdocstrings/python/commit/d4e618ab794747b84dced848b1be824639fea2b8">d4e618a</a> by David Lee). <a href="https://redirect.github.com/mkdocstrings/python/issues/271">Issue-271</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/272">PR-272</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.16.11">1.16.11</a> - 2025-05-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.16.10...1.16.11">Compare with 1.16.10</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Fix highlighting for signature with known special names like <code>__init__</code> (<a href="https://github.com/mkdocstrings/python/commit/7f956868f93a766346455fedb296c26787894d5c">7f95686</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/757">Issue-mkdocstrings-757</a></li> <li>Use default font-size for parameter headings (<a href="https://github.com/mkdocstrings/python/commit/0a35b20a6050a28ba8492d93e5f9940a69462ce3">0a35b20</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/697">Issue-mkdocstrings-697</a></li> <li>Prevent uppercasing H5 titles (by Material for MkDocs) (<a href="https://github.com/mkdocstrings/python/commit/ba669697daad5067ea5db3fdf8a2d5ba2f966b25">ba66969</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/697">Issue-mkdocstrings-697</a>, <a href="https://redirect.github.com/mkdocstrings/python/issues/276">Issue-276</a></li> <li>Use configured heading even when signature is not separated (<a href="https://github.com/mkdocstrings/python/commit/096960abd79831d6fd45e2a7962dfd2bd49e4edd">096960a</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/767">Issue-mkdocstrings-767</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/278">PR-278</a></li> <li>Render attribute names without full path in ToC (<a href="https://github.com/mkdocstrings/python/commit/d4e618ab794747b84dced848b1be824639fea2b8">d4e618a</a> by David Lee). <a href="https://redirect.github.com/mkdocstrings/python/issues/271">Issue-271</a>, <a href="https://redirect.github.com/mkdocstrings/python/pull/272">PR-272</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/5d2ba0aa557f683c3f7338d61810034c9af4ab11"><code>5d2ba0a</code></a> chore: Prepare release 1.16.11</li> <li><a href="https://github.com/mkdocstrings/python/commit/7f956868f93a766346455fedb296c26787894d5c"><code>7f95686</code></a> fix: Fix highlighting for signature with known special names like <code>__init__</code></li> <li><a href="https://github.com/mkdocstrings/python/commit/0a35b20a6050a28ba8492d93e5f9940a69462ce3"><code>0a35b20</code></a> fix: Use default font-size for parameter headings</li> <li><a href="https://github.com/mkdocstrings/python/commit/ba669697daad5067ea5db3fdf8a2d5ba2f966b25"><code>ba66969</code></a> fix: Prevent uppercasing H5 titles (by Material for MkDocs)</li> <li><a href="https://github.com/mkdocstrings/python/commit/096960abd79831d6fd45e2a7962dfd2bd49e4edd"><code>096960a</code></a> fix: Use configured heading even when signature is not separated</li> <li><a href="https://github.com/mkdocstrings/python/commit/d4e618ab794747b84dced848b1be824639fea2b8"><code>d4e618a</code></a> fix: Render attribute names without full path in ToC</li> <li><a href="https://github.com/mkdocstrings/python/commit/bb36fa1fdc9d0fba1211fbfea2d50768b126a282"><code>bb36fa1</code></a> chore: Template upgrade</li> <li>See full diff in <a href="https://github.com/mkdocstrings/python/compare/1.16.10...1.16.11">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.16.10&new-version=1.16.11)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents a621b07 + 2bb6ddb commit 5b9ca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev-mkdocs = [
7676
"mkdocs-macros-plugin == 1.3.7",
7777
"mkdocs-material == 9.6.14",
7878
"mkdocstrings[python] == 0.29.1",
79-
"mkdocstrings-python == 1.16.10",
79+
"mkdocstrings-python == 1.16.11",
8080
"frequenz-repo-config[lib] == 0.13.4",
8181
]
8282
dev-mypy = [

0 commit comments

Comments
 (0)