Skip to content

Commit

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

---

### Release Notes

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

###
[`v14.1.0`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2023-09-10-pdoc-1410)

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

-   Add compatibility with Python 3.12
([#&#8203;620](https://togithub.com/mitmproxy/pdoc/pull/620),
[@&#8203;mhils](https://togithub.com/mhils))
- Add support for relative links. Instead of explicitly referring to
`mypackage.helpers.foo`,
one can now also refer to `.helpers.foo` within the `mypackage` module,
or `..helpers.foo` in a submodule.
([#&#8203;544](https://togithub.com/mitmproxy/pdoc/pull/544),
[@&#8203;Crozzers](https://togithub.com/Crozzers))
- Function signatures will now display "Foo" instead "demo.Foo" if the
function is in the same module.
([#&#8203;544](https://togithub.com/mitmproxy/pdoc/pull/544),
[@&#8203;mhils](https://togithub.com/mhils))
-   pdoc now also picks up docstrings from `.pyi` stub files.
([#&#8203;619](https://togithub.com/mitmproxy/pdoc/pull/619),
[@&#8203;mhils](https://togithub.com/mhils))
-   Fix horizontal scroll navigation z-index issue.
([#&#8203;616](https://togithub.com/mitmproxy/pdoc/pull/616),
[@&#8203;Domi04151309](https://togithub.com/Domi04151309))
-   Be more strict about parsing URLs in pdoc's web server.
([#&#8203;617](https://togithub.com/mitmproxy/pdoc/pull/617),
[@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 9c7a6b0 commit 2082129
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.2.2
mitmproxy==9.0.1
parameterized==0.9.0
pdoc==14.0.0
pdoc==14.1.0
pydantic==2.3.0
pytest==7.4.2
pytest-aiohttp==1.0.5
Expand Down

0 comments on commit 2082129

Please sign in to comment.