Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 63d3113

Browse files
build(deps-dev): bump mkdocstrings-python from 1.8.0 to 1.9.0 (#247)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.8.0 to 1.9.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.9.0</h2> <h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.9.0">1.9.0</a> - 2024-03-13</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.8.0...1.9.0">Compare with 1.8.0</a><!-- raw HTML omitted --></p> <h3>Dependencies</h3> <ul> <li>Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes (<a href="https://github.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24">cd93ee3</a> by Timothée Mazzucotelli).</li> </ul> <h3>Features</h3> <ul> <li>Add <code>show_labels</code> option to show/hide labels (<a href="https://github.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3">eaf9b82</a> by Viicos). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/120">#120</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/120">mkdocstrings/python#120</a>), [PR <a href="https://redirect.github.com/mkdocstrings/python/issues/130">#130</a>](<a href="https://redirect.github.com/mkdocstrings/python/pull/130">mkdocstrings/python#130</a>)</li> <li>Add option to search for stubs packages (<a href="https://github.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07">0c6aa32</a> by Romain). [PR <a href="https://redirect.github.com/mkdocstrings/python/issues/128">#128</a>](<a href="https://redirect.github.com/mkdocstrings/python/pull/128">mkdocstrings/python#128</a>), PR griffe#221: : <a href="https://redirect.github.com/mkdocstrings/griffe/pull/221">mkdocstrings/griffe#221</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Mark all Jinja blocks as scoped (<a href="https://github.com/mkdocstrings/python/commit/548bdaddd66ffc99b3b9a5a62228a2ff4ff0dd00">548bdad</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.9.0">1.9.0</a> - 2024-03-13</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.8.0...1.9.0">Compare with 1.8.0</a><!-- raw HTML omitted --></p> <h3>Dependencies</h3> <ul> <li>Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes (<a href="https://github.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24">cd93ee3</a> by Timothée Mazzucotelli).</li> </ul> <h3>Features</h3> <ul> <li>Add <code>show_labels</code> option to show/hide labels (<a href="https://github.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3">eaf9b82</a> by Viicos). [Issue <a href="https://redirect.github.com/mkdocstrings/python/issues/120">#120</a>](<a href="https://redirect.github.com/mkdocstrings/python/issues/120">mkdocstrings/python#120</a>), [PR <a href="https://redirect.github.com/mkdocstrings/python/issues/130">#130</a>](<a href="https://redirect.github.com/mkdocstrings/python/pull/130">mkdocstrings/python#130</a>)</li> <li>Add option to search for stubs packages (<a href="https://github.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07">0c6aa32</a> by Romain). [PR <a href="https://redirect.github.com/mkdocstrings/python/issues/128">#128</a>](<a href="https://redirect.github.com/mkdocstrings/python/pull/128">mkdocstrings/python#128</a>), PR griffe#221: : <a href="https://redirect.github.com/mkdocstrings/griffe/pull/221">mkdocstrings/griffe#221</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Mark all Jinja blocks as scoped (<a href="https://github.com/mkdocstrings/python/commit/548bdaddd66ffc99b3b9a5a62228a2ff4ff0dd00">548bdad</a> by Timothée Mazzucotelli).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/python/commit/e639c8b1a07aed6ac25eb86c790d7cea1f1628c2"><code>e639c8b</code></a> chore: Prepare release 1.9.0</li> <li><a href="https://github.com/mkdocstrings/python/commit/fad391f5af75b753e126b04143bd6af5390add65"><code>fad391f</code></a> Merge branch 'main' of github.com:mkdocstrings/python</li> <li><a href="https://github.com/mkdocstrings/python/commit/ddf32c6697f895287c9f5546e51656183e569cf3"><code>ddf32c6</code></a> docs: Enable inline syntax highlight</li> <li><a href="https://github.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24"><code>cd93ee3</code></a> deps: Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking ...</li> <li><a href="https://github.com/mkdocstrings/python/commit/20623257d0b98d843b68f8bd168e551a8c98b10d"><code>2062325</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/python/commit/0dd0b7956bc2db2e492404cb5a445ad49f126a9b"><code>0dd0b79</code></a> chore: Use mkdocstrings' handler-template</li> <li><a href="https://github.com/mkdocstrings/python/commit/6364fbcd4012d2026aa9efe4501b697f08b8c6ce"><code>6364fbc</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3"><code>eaf9b82</code></a> feat: Add <code>show_labels</code> option to show/hide labels</li> <li><a href="https://github.com/mkdocstrings/python/commit/8e867785574536cf085496ef32647b5ad2b1b517"><code>8e86778</code></a> docs: Add default value for <code>find_stubs_package</code> docs</li> <li><a href="https://github.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07"><code>0c6aa32</code></a> feat: Add option to search for stubs packages</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/python/compare/1.8.0...1.9.0">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.8.0&new-version=1.9.0)](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>
1 parent 5832198 commit 63d3113

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest-cov = ">=4,<6"
3232
jupyter = "^1.0.0"
3333
mkdocs = "^1.4.2"
3434
mkdocstrings = ">=0.20,<0.25"
35-
mkdocstrings-python = ">=0.8.3,<1.9.0"
35+
mkdocstrings-python = ">=0.8.3,<1.10.0"
3636
mkdocs-autorefs = ">=0.4.1,<1.1.0"
3737
mkdocs-exclude = "^1.0.2"
3838
mkdocs-gen-files = ">=0.4,<0.6"

0 commit comments

Comments
 (0)