Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pdoc from 14.7.0 to 15.0.0 (#174)
Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 14.7.0 to 15.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md">pdoc's changelog</a>.</em></p> <blockquote> <h2>2024-10-11: pdoc 15.0.0</h2> <ul> <li>Remove support for Python 3.8, which has reached end-of-life on 2024-10-07. (<a href="https://redirect.github.com/mitmproxy/pdoc/pull/747">#747</a>, <a href="https://github.com/mhils"><code>@mhils</code></a>)</li> <li>Inherited members are now hidden by default if the base class is not part of the documentation. Please provide feedback in the PR if you relied on the old behavior. (<a href="https://redirect.github.com/mitmproxy/pdoc/pull/748">#748</a>, <a href="https://github.com/mhils"><code>@mhils</code></a>)</li> <li>Python 3.13: <code>@deprecated</code> decorators are now rendered with visual emphasis. (<a href="https://redirect.github.com/mitmproxy/pdoc/pull/750">#750</a>, <a href="https://github.com/mhils"><code>@mhils</code></a>)</li> <li>Improve mocking of <code>sys.stdin</code>, <code>sys.stdout</code>, and <code>sys.stderr</code> to fix runtime errors with some packages. (<a href="https://redirect.github.com/mitmproxy/pdoc/pull/751">#751</a>, <a href="https://github.com/mhils"><code>@mhils</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitmproxy/pdoc/commit/738f791ac9b6ae94a548e1f57adf8acbb0eb0b3e"><code>738f791</code></a> pdoc 15.0.0</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/f4813810f4ddc7d47f4930c3e4c91f4c8d3e0cf5"><code>f481381</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/ba6e199b037c8c324cc908dc630914254e92f727"><code>ba6e199</code></a> improve io mocking (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/751">#751</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/308c3a143dbb947d92396772645b2a70362c6829"><code>308c3a1</code></a> emphasize <code>@deprecated</code> decorators (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/750">#750</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/9ac4e584f1e4bad0f136c0b70c1490330c567f09"><code>9ac4e58</code></a> remove python 3.8 compatibility cruft (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/749">#749</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/72c0d51d9a0157b51a50cbd49da64decf687c20d"><code>72c0d51</code></a> hide inherited members if the base class is not part of the documentation (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/748">#748</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/98989b482739cc5eced4c0fd743bffa75eb5726d"><code>98989b4</code></a> drop support for Python 3.8 (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/747">#747</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/3887af56816bb742e1f4c638c40121f1c06bc837"><code>3887af5</code></a> move to uv (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/746">#746</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/85f7f28605615cfa5db446a3ff8fe71807c5e877"><code>85f7f28</code></a> Bump the dependencies group with 10 updates (<a href="https://redirect.github.com/mitmproxy/pdoc/issues/742">#742</a>)</li> <li><a href="https://github.com/mitmproxy/pdoc/commit/b5963c57d01c2c1748d034138554dee843d400fe"><code>b5963c5</code></a> fix changelog date</li> <li>Additional commits viewable in <a href="https://github.com/mitmproxy/pdoc/compare/v14.7...v15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pdoc&package-manager=pip&previous-version=14.7.0&new-version=15.0.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>
- Loading branch information