Skip to content

Commit

Permalink
chore(deps): update dependency pdoc to v14.6.0 (#756)
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.5.1` -> `==14.6.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pdoc/14.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pdoc/14.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pdoc/14.5.1/14.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pdoc/14.5.1/14.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mitmproxy/pdoc (pdoc)</summary>

###
[`v14.6.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-07-24-pdoc-1460)

[Compare
Source](https://togithub.com/mitmproxy/pdoc/compare/v14.5.1...v14.6.0)

- If `example.data.Data` is also exposed as `example.Data`, pdoc now
links to `example.Data` in documentation.
([#&#8203;670](https://togithub.com/mitmproxy/pdoc/pull/670),
[@&#8203;nathanthorpe](https://togithub.com/nathanthorpe),
[@&#8203;mhils](https://togithub.com/mhils))
- Add support for [GitHub Markdown
Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts).
([#&#8203;718](https://togithub.com/mitmproxy/pdoc/pull/718),
[@&#8203;mhils](https://togithub.com/mhils))
-   Improve rendering of enums on Python 3.12+.
([#&#8203;708](https://togithub.com/mitmproxy/pdoc/pull/708),
[@&#8203;mhils](https://togithub.com/mhils))
-   Fix a bug where hyperlinks would get parsed as docstring references.
([#&#8203;709](https://togithub.com/mitmproxy/pdoc/pull/709),
[@&#8203;mhils](https://togithub.com/mhils))
- Fix a TypeError when trying to parse modules that implement `__dir__`
incorrectly.
([#&#8203;710](https://togithub.com/mitmproxy/pdoc/pull/710),
[@&#8203;mhils](https://togithub.com/mhils))
- Fix a bug where a combination of `@dataclass` and `ctypes.Structure`
would crash pdoc.
([#&#8203;711](https://togithub.com/mitmproxy/pdoc/pull/711),
[@&#8203;mhils](https://togithub.com/mhils))
-   Update bundled version of markdown2.
([#&#8203;717](https://togithub.com/mitmproxy/pdoc/pull/717),
[@&#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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 6ad89f8 commit 255c5ae
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 @@ -2,7 +2,7 @@
black==24.4.2
coverage==7.6.0
mypy==1.11.0
pdoc==14.5.1
pdoc==14.6.0
pip==24.1.2
pre-commit==3.7.1
pytest-cov==5.0.0
Expand Down

0 comments on commit 255c5ae

Please sign in to comment.