Skip to content

Commit 4ba32c4

Browse files
authored
Bump the patch group with 2 updates (#408)
Bumps the patch group with 2 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). 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 /> Updates `mkdocs-material` from 9.6.12 to 9.6.14 <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.6.14</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>: Social plugin crashes when CairoSVG is updated to 2.8</li> </ul> <h2>mkdocs-material-9.6.13</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>: Annotations showing list markers in print view</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8153">#8153</a>: Improve style of cardinality symbols in Mermaid.js ER diagrams</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.6.14 (2025-05-13)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>: Social plugin crashes when CairoSVG is updated to 2.8</li> </ul> <p>mkdocs-material-9.6.13 (2025-05-10)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>: Annotations showing list markers in print view</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8153">#8153</a>: Improve style of cardinality symbols in Mermaid.js ER diagrams</li> </ul> <p>mkdocs-material-9.6.12 (2025-04-17)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8158">#8158</a>: Flip footnote back reference icon for right-to-left languages</li> </ul> <p>mkdocs-material-9.6.11 (2025-04-01)</p> <ul> <li>Updated Docker image to latest Alpine Linux</li> <li>Bump required Jinja version to 3.1</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8133">#8133</a>: Jinja filter <code>items</code> not available (9.6.10 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8128">#8128</a>: Search plugin not entirely disabled via enabled setting</li> </ul> <p>mkdocs-material-9.6.10 (2025-03-30)</p> <p>This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.</p> <p>Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.</p> <p>Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.</p> <p>mkdocs-material-9.6.9 (2025-03-17)</p> <ul> <li>Updated Serbo-Croatian translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8086">#8086</a>: Custom SVG icons containing hashes break rendering</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8067">#8067</a>: Drawer has gap on right side in Firefox on some OSs</li> </ul> <p>mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8019">#8019</a>: Tooltips have precedence over instant previews</li> </ul> <p>mkdocs-material-9.6.8 (2025-03-13)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/2e9bd81018958357a3f96457a7251e3d42866c81"><code>2e9bd81</code></a> Prepare 9.6.14 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e45972a8cd183ab8fcede2ac630eff84d9137acb"><code>e45972a</code></a> Fixed social plugin crashing for CairoSVG &gt;= 2.8</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/bce053afc3a7199e7b10de710ef1506700953061"><code>bce053a</code></a> Fixed social plugin crashing for CairoSVG &gt;= 2.8</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/ca656243deeaf588c6d591a2c24cb57bbe9347d0"><code>ca65624</code></a> Updated changelog</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/8670a01be3c43213e05d07ac1ec50f046b290f7f"><code>8670a01</code></a> Prepare 9.6.13 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/84858814111aee30f1d2b0e7b4f56e419f7f59d0"><code>8485881</code></a> Fixed entity-relationship diagram styling after Mermaid upgrade (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8211">#8211</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5a0adb8905fac5d9054cacbafe985023e2dec0d2"><code>5a0adb8</code></a> Documentation (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8205">#8205</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/572da4f57c18836bbeafa201223e1857499bae6c"><code>572da4f</code></a> Fixed annotations showing list markers in print view</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6d04f2cd2c27f8d82676a4ccdc2ab6e67a2edeca"><code>6d04f2c</code></a> Updated Change Request guide (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8201">#8201</a>)</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e56efb23987a71344dd8fd984c52830149c0df16"><code>e56efb2</code></a> Updated dependencies</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.6.12...9.6.14">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>
2 parents 602b9b3 + a7d482d commit 4ba32c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ dev-mkdocs = [
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.3.7",
85-
"mkdocs-material == 9.6.12",
85+
"mkdocs-material == 9.6.14",
8686
"mkdocstrings[python] == 0.29.1",
87-
"mkdocstrings-python == 1.16.10",
87+
"mkdocstrings-python == 1.16.11",
8888
]
8989
dev-mypy = [
9090
"mypy == 1.15.0",

0 commit comments

Comments
 (0)