Skip to content

Commit a5d9e9c

Browse files
Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067)
Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings[python]'s releases</a>.</em></p> <blockquote> <h2>1.0.4</h2> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.4">1.0.4</a> - 2026-04-15</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.3...1.0.4">Compare with 1.0.3</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Add timeout when downloading inventories (10 seconds) (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/3d1969a279ea396792c682810d029503e48d8fcd">3d1969a</a> by Simon Lloyd). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/819">Issue-819</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings[python]'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.4">1.0.4</a> - 2026-04-15</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.3...1.0.4">Compare with 1.0.3</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Add timeout when downloading inventories (10 seconds) (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/3d1969a279ea396792c682810d029503e48d8fcd">3d1969a</a> by Simon Lloyd). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/819">Issue-819</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.3">1.0.3</a> - 2026-02-07</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.2...1.0.3">Compare with 1.0.2</a><!-- raw HTML omitted --></p> <h3>Bug Fixes</h3> <ul> <li>Forward extension instances directly passed from Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a">65b27ec</a> by Timothée Mazzucotelli).</li> <li>Propagate Zensical's <code>zrelpath</code> processor (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/dbf263dfdd2fdd769d66fa62bdd388e05988bc78">dbf263d</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.2">1.0.2</a> - 2026-01-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.1...1.0.2">Compare with 1.0.1</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Use global instances for handlers and autorefs (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/9f79141d7eb35aba0c89a43795df0ee22a25a61e">9f79141</a> by Timothée Mazzucotelli).</li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.1">1.0.1</a> - 2026-01-19</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.1">Compare with 1.0.0</a><!-- raw HTML omitted --></p> <h3>Code Refactoring</h3> <ul> <li>Support manual cross-references in Zensical too (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/d37d9079e5381350b2e3ffc5f698e28a5b572d36">d37d907</a> by Timothée Mazzucotelli).</li> <li>Support cross-references in Zensical (<a href="https://github.com/mkdocstrings/mkdocstrings/commit/f43f1ee2cd38a0dba64fc7d0db3c5ffb037bf7f7">f43f1ee</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/812">PR-812</a></li> </ul> <h2><a href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/1.0.0">1.0.0</a> - 2025-11-27</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0">Compare with 0.30.1</a><!-- raw HTML omitted --></p> <h3>Breaking Changes</h3> <ul> <li><code>BaseHandler.name</code>: <em>Attribute value was changed</em>: <code>''</code> -&gt; unset</li> <li><code>BaseHandler.domain</code>: <em>Attribute value was changed</em>: <code>''</code> -&gt; unset</li> <li><code>BaseHandler.fallback_config</code>: <em>Public object was removed</em></li> <li><code>BaseHandler.__init__(args)</code>: <em>Parameter was removed</em></li> <li><code>BaseHandler.__init__(kwargs)</code>: <em>Parameter was removed</em></li> <li><code>BaseHandler.__init__(theme)</code>: <em>Parameter was added as required</em></li> <li><code>BaseHandler.__init__(custom_templates)</code>: <em>Parameter was added as required</em></li> <li><code>BaseHandler.__init__(mdx)</code>: <em>Parameter was added as required</em></li> <li><code>BaseHandler.__init__(mdx_config)</code>: <em>Parameter was added as required</em></li> <li><code>BaseHandler.update_env(args)</code>: <em>Parameter was removed</em></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/a938528b51b42cde52465d06d8b1a52484837366"><code>a938528</code></a> chore: Prepare release 1.0.4</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/1eaa2242ec33e4b6ce666f0bbc25391f2a72c1d2"><code>1eaa224</code></a> ci: Lint and type-check</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/80e090d0bfbfa5688639e78559a4bb7bd3f7a55b"><code>80e090d</code></a> Merge branch 'main' of github.com:mkdocstrings/mkdocstrings</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/5f82a5822c50dc928ee4a133c1445543d3afa393"><code>5f82a58</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/3d1969a279ea396792c682810d029503e48d8fcd"><code>3d1969a</code></a> fix: Add timeout when downloading inventories (10 seconds)</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/a0c47b9992416cf02b8dfc7a76a6c5503e98cd9c"><code>a0c47b9</code></a> docs: Fix broken link in README</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/e500a2b416656ede76aac316304415e428dd0aa1"><code>e500a2b</code></a> chore: Update sponsors section in README</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/8bdff16af916b7285eae5a07eb085c21754be3b7"><code>8bdff16</code></a> chore: Prepare release 1.0.3</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/65b27ec8d1d671eddf021e48b0114cc3f8aca14a"><code>65b27ec</code></a> fix: Forward extension instances directly passed from Zensical</li> <li><a href="https://github.com/mkdocstrings/mkdocstrings/commit/1624e2c52fbdff2ee611142edbf52454427f8f8d"><code>1624e2c</code></a> ci: Update lint/type-checking</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/mkdocstrings/compare/0.24.0...1.0.4">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 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 50fc89b commit a5d9e9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nexity = [
2828
docs = [
2929
"mkdocs>=1.5.0,<2.0",
3030
"mkdocs-material>=9.5.0",
31-
"mkdocstrings[python]>=0.24.0",
31+
"mkdocstrings[python]>=1.0.4",
3232
"mkdocs-autorefs>=1.0.0",
3333
"pymdown-extensions>=10.21.3",
3434
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)