Skip to content

Commit

Permalink
Update dependency pdoc to v14.5.0 (#436)
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.4.0` -> `==14.5.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pdoc/14.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pdoc/14.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pdoc/14.4.0/14.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pdoc/14.4.0/14.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v14.5.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-05-16-pdoc-1450)

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

- The `.. include:` rST directive now supports start-line, end-line,
start-after, end-before options.
([#&#8203;684](https://togithub.com/mitmproxy/pdoc/pull/684),
[@&#8203;frankharkins](https://togithub.com/frankharkins))
-   Fix image embedding in included rST files.
([#&#8203;692](https://togithub.com/mitmproxy/pdoc/pull/692),
[@&#8203;meghprkh](https://togithub.com/meghprkh))
-   Support type-hints from stub-only packages. E.g: `scipy-stubs`
([#&#8203;671](https://togithub.com/mitmproxy/pdoc/pull/671),
[@&#8203;erikdesmedt](https://togithub.com/erikdesmedt))
-   Modify css styles for MathJax to remove unnessesary scroll bars
([#&#8203;675](https://togithub.com/mitmproxy/pdoc/pull/675),
[@&#8203;thehappycheese](https://togithub.com/thehappycheese))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent 0ca5980 commit 559b470
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.5.1
mypy==1.10.0
pdoc==14.4.0
pdoc==14.5.0
pip==24.0
pre-commit==3.7.1
pytest-cov==5.0.0
Expand Down

0 comments on commit 559b470

Please sign in to comment.