Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency pdoc to v14.2.0 (#321)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pdoc](https://togithub.com/mitmproxy/pdoc) | `==14.1.0` -> `==14.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pdoc/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pdoc/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pdoc/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pdoc/14.1.0/14.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mitmproxy/pdoc (pdoc)</summary> ### [`v14.2.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2023-12-13-pdoc-1420) [Compare Source](https://togithub.com/mitmproxy/pdoc/compare/v14.1.0...v14.2.0) - pdoc now documents PyO3 or pybind11 submodules that are not picked up by Python's builtin pkgutil module. ([#​633](https://togithub.com/mitmproxy/pdoc/issues/633), [@​mhils](https://togithub.com/mhils)) - pdoc now supports Python 3.12's `type` statements and has improved `TypeAlias` rendering. ([#​651](https://togithub.com/mitmproxy/pdoc/pull/651), [@​mhils](https://togithub.com/mhils)) - Imports in a TYPE_CHECKING section that reference members defined in another module's TYPE_CHECKING section now work correctly. ([#​649](https://togithub.com/mitmproxy/pdoc/pull/649), [@​mhils](https://togithub.com/mhils)) - Add support for `code-block` ReST directives ([#​624](https://togithub.com/mitmproxy/pdoc/pull/624), [@​JCGoran](https://togithub.com/JCGoran)) - If a variable's value meets certain entropy criteria and matches an environment variable value, pdoc will now emit a warning and display the variable's name as a placeholder instead. This heuristic is meant to prevent accidental leakage of environment secrets and can be disabled by setting `PDOC_DISPLAY_ENV_VARS=1`. ([#​622](https://togithub.com/mitmproxy/pdoc/pull/622), [@​mhils](https://togithub.com/mhils)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/allenporter/pyrainbird). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information