Skip to content

Commit

Permalink
chore(deps): update dependency pdoc to v15 (#799)
Browse files Browse the repository at this point in the history
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

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

###
[`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.
([#&#8203;747](https://redirect.github.com/mitmproxy/pdoc/pull/747),
[@&#8203;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.
([#&#8203;748](https://redirect.github.com/mitmproxy/pdoc/pull/748),
[@&#8203;mhils](https://redirect.github.com/mhils))
- Python 3.13: `@deprecated` decorators are now rendered with visual
emphasis.
([#&#8203;750](https://redirect.github.com/mitmproxy/pdoc/pull/750),
[@&#8203;mhils](https://redirect.github.com/mhils))
- Improve mocking of `sys.stdin`, `sys.stdout`, and `sys.stderr` to fix
runtime errors with some packages.
([#&#8203;751](https://redirect.github.com/mitmproxy/pdoc/pull/751),
[@&#8203;mhils](https://redirect.github.com/mhils))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent be8048c commit e4e9cce
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.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
Expand Down

0 comments on commit e4e9cce

Please sign in to comment.