Skip to content

Commit

Permalink
Update dependency pdoc to v14.2.0 (#321)
Browse files Browse the repository at this point in the history
[![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.
([#&#8203;633](https://togithub.com/mitmproxy/pdoc/issues/633),
[@&#8203;mhils](https://togithub.com/mhils))
- pdoc now supports Python 3.12's `type` statements and has improved
`TypeAlias` rendering.
([#&#8203;651](https://togithub.com/mitmproxy/pdoc/pull/651),
[@&#8203;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.
([#&#8203;649](https://togithub.com/mitmproxy/pdoc/pull/649),
[@&#8203;mhils](https://togithub.com/mhils))
-   Add support for `code-block` ReST directives
([#&#8203;624](https://togithub.com/mitmproxy/pdoc/pull/624),
[@&#8203;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`.
([#&#8203;622](https://togithub.com/mitmproxy/pdoc/pull/622),
[@&#8203;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
renovate[bot] authored Dec 16, 2023
1 parent 992db50 commit e77c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiohttp_retry==2.8.3
freezegun==1.3.1
mitmproxy==10.1.6
parameterized==0.9.0
pdoc==14.1.0
pdoc==14.2.0
pydantic==2.5.2
pytest==7.4.3
pytest-aiohttp==1.0.5
Expand Down

0 comments on commit e77c137

Please sign in to comment.