-
Notifications
You must be signed in to change notification settings - Fork 392
Commit 35a5f2d
authored
Build: Bump mkdocstrings-python from 1.18.2 to 1.19.0 (#2715)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from
1.18.2 to 1.19.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.19.0</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.19.0">1.19.0</a>
- 2025-11-10</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.2...1.19.0">Compare
with 1.18.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Release scoped and relative cross-references (<a
href="https://github.com/mkdocstrings/python/commit/872afc584f33f50a133472afdc9355734a5e51ec">872afc5</a>
by Timothée Mazzucotelli).</li>
<li>Release <code>__all__</code> ordering feature (<a
href="https://github.com/mkdocstrings/python/commit/84aaebcb4991c0245bf7ca8d7024c9d04942b0c1">84aaebc</a>
by Timothée Mazzucotelli).</li>
<li>Release public filter feature (<a
href="https://github.com/mkdocstrings/python/commit/3be14cc07bc9429d7ce01c748d825e2db1559212">3be14cc</a>
by Timothée Mazzucotelli).</li>
<li>Release backlinks feature (<a
href="https://github.com/mkdocstrings/python/commit/ae7cc2d7d8ea5711d8ce06620edd534a3e2b47aa">ae7cc2d</a>
by Timothée Mazzucotelli).</li>
<li>Release expression modernization feature (<a
href="https://github.com/mkdocstrings/python/commit/dbadd1e898bb2e67515077d152890bdbbf0b3eb1">dbadd1e</a>
by Timothée Mazzucotelli).</li>
<li>Release visually-lighter admonitions for source code blocks (<a
href="https://github.com/mkdocstrings/python/commit/fdaeb48a0f2208bafd14f2f7ead42bca37bea665">fdaeb48</a>
by Timothée Mazzucotelli).</li>
<li>Release inheritance diagram features (<a
href="https://github.com/mkdocstrings/python/commit/669b42ebd7c154c81764fa98c052cf857f7aa406">669b42e</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Update code base for Python 3.10 (<a
href="https://github.com/mkdocstrings/python/commit/b696ed2224756472a3617fa3cc18b69d0418ed71">b696ed2</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.19.0">1.19.0</a>
- 2025-11-10</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.2...1.19.0">Compare
with 1.18.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Release scoped and relative cross-references (<a
href="https://github.com/mkdocstrings/python/commit/872afc584f33f50a133472afdc9355734a5e51ec">872afc5</a>
by Timothée Mazzucotelli).</li>
<li>Release <code>__all__</code> ordering feature (<a
href="https://github.com/mkdocstrings/python/commit/84aaebcb4991c0245bf7ca8d7024c9d04942b0c1">84aaebc</a>
by Timothée Mazzucotelli).</li>
<li>Release public filter feature (<a
href="https://github.com/mkdocstrings/python/commit/3be14cc07bc9429d7ce01c748d825e2db1559212">3be14cc</a>
by Timothée Mazzucotelli).</li>
<li>Release backlinks feature (<a
href="https://github.com/mkdocstrings/python/commit/ae7cc2d7d8ea5711d8ce06620edd534a3e2b47aa">ae7cc2d</a>
by Timothée Mazzucotelli).</li>
<li>Release expression modernization feature (<a
href="https://github.com/mkdocstrings/python/commit/dbadd1e898bb2e67515077d152890bdbbf0b3eb1">dbadd1e</a>
by Timothée Mazzucotelli).</li>
<li>Release visually-lighter admonitions for source code blocks (<a
href="https://github.com/mkdocstrings/python/commit/fdaeb48a0f2208bafd14f2f7ead42bca37bea665">fdaeb48</a>
by Timothée Mazzucotelli).</li>
<li>Release inheritance diagram features (<a
href="https://github.com/mkdocstrings/python/commit/669b42ebd7c154c81764fa98c052cf857f7aa406">669b42e</a>
by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Update code base for Python 3.10 (<a
href="https://github.com/mkdocstrings/python/commit/b696ed2224756472a3617fa3cc18b69d0418ed71">b696ed2</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/python/commit/e07c882ac52494ea7689df2605355eef869491e9"><code>e07c882</code></a>
chore: Prepare release 1.19.0</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/b696ed2224756472a3617fa3cc18b69d0418ed71"><code>b696ed2</code></a>
refactor: Update code base for Python 3.10</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/63546221bd5e4b7127c9745774d10a55176a4ce9"><code>6354622</code></a>
docs: Remove Insiders links</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/c086b036f7900578a13a56cc77228b442b5a3359"><code>c086b03</code></a>
chore: Ignore lint</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/3bc2d7b0c59f687434e6daba4ccf0b755509dcb1"><code>3bc2d7b</code></a>
style: Format</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/a99a5266ff3233dbca6e682805a0c4e0bb3fc5ec"><code>a99a526</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/872afc584f33f50a133472afdc9355734a5e51ec"><code>872afc5</code></a>
feat: Release scoped and relative cross-references</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/84aaebcb4991c0245bf7ca8d7024c9d04942b0c1"><code>84aaebc</code></a>
feat: Release <code>__all__</code> ordering feature</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/3be14cc07bc9429d7ce01c748d825e2db1559212"><code>3be14cc</code></a>
feat: Release public filter feature</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/ae7cc2d7d8ea5711d8ce06620edd534a3e2b47aa"><code>ae7cc2d</code></a>
feat: Release backlinks feature</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/python/compare/1.18.2...1.19.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c5a6c71 commit 35a5f2dCopy full SHA for 35a5f2d
File tree
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments