Skip to content

Commit

Permalink
Bump mkdocstrings[python-legacy] from 0.26.1 to 0.26.2 (#815)
Browse files Browse the repository at this point in the history
Bumps
[mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings)
from 0.26.1 to 0.26.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings[python-legacy]'s
releases</a>.</em></p>
<blockquote>
<h2>0.26.2</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</a>
by Timothée Mazzucotelli).</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-legacy]'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2">0.26.2</a>
- 2024-10-12</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">Compare
with 0.26.1</a><!-- raw HTML omitted --></p>
<h3>Build</h3>
<ul>
<li>Drop support for Python 3.8 (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa">f26edeb</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/bcdfc70323eeb407c32a26621b81b35042eabb2f"><code>bcdfc70</code></a>
chore: Prepare release 0.26.2</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/f26edebe01337caa802a98c13240acdd8332a5fa"><code>f26edeb</code></a>
build: Drop support for Python 3.8</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b3835272a5d214687688e2f064009538a90f6895"><code>b383527</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/7f35f56eb88e0cdc5a00a14ec1effc7148bb8f42"><code>7f35f56</code></a>
docs: Remove sponsors only mention for mkdocstrings-shell</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| mkdocstrings[python-legacy] | [> 0.26.2] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocstrings[python-legacy]&package-manager=pip&previous-version=0.26.1&new-version=0.26.2)](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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6c1f3d8 commit 906e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.5; python_version>="3.8"
mkdocs-material~=9.2; python_version<"3.8"
mkdocstrings[python-legacy]~=0.26.2; python_version>="3.9"
mkdocstrings[python-legacy]==0.26.1; python_version=="3.8" # dependabot: ignore
mkdocstrings[python-legacy]==0.26.2; python_version=="3.8" # dependabot: ignore
mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"

0 comments on commit 906e71f

Please sign in to comment.