From e4e9cced51edd11c1a5c13e2a179b84c6fc866fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:45:41 -0700 Subject: [PATCH] chore(deps): update dependency pdoc to v15 (#799) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pdoc](https://redirect.github.com/mitmproxy/pdoc) | `==14.7.0` -> `==15.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pdoc/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pdoc/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pdoc/14.7.0/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pdoc/14.7.0/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mitmproxy/pdoc (pdoc) ### [`v15.0.0`](https://redirect.github.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-10-11-pdoc-1500) [Compare Source](https://redirect.github.com/mitmproxy/pdoc/compare/v14.7.0...v15.0.0) - Remove support for Python 3.8, which has reached end-of-life on 2024-10-07. ([#​747](https://redirect.github.com/mitmproxy/pdoc/pull/747), [@​mhils](https://redirect.github.com/mhils)) - 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. ([#​748](https://redirect.github.com/mitmproxy/pdoc/pull/748), [@​mhils](https://redirect.github.com/mhils)) - Python 3.13: `@deprecated` decorators are now rendered with visual emphasis. ([#​750](https://redirect.github.com/mitmproxy/pdoc/pull/750), [@​mhils](https://redirect.github.com/mhils)) - Improve mocking of `sys.stdin`, `sys.stdout`, and `sys.stderr` to fix runtime errors with some packages. ([#​751](https://redirect.github.com/mitmproxy/pdoc/pull/751), [@​mhils](https://redirect.github.com/mhils))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/allenporter/flux-local). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c535c442..5099b226 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ black==24.10.0 coverage==7.6.2 mypy==1.11.2 -pdoc==14.7.0 +pdoc==15.0.0 pip==24.2 pre-commit==4.0.1 pytest-cov==5.0.0