Skip to content

Commit

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

---

### Release Notes

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

###
[`v14.7.0`](https://redirect.github.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#2024-09-11-pdoc-1470)

[Compare
Source](https://redirect.github.com/mitmproxy/pdoc/compare/v14.6.1...v14.7.0)

- Do not shorten `current_module.func` to `func` in docstrings when
linking.
    This prevents logical errors in code examples with imports.
([#&#8203;740](https://redirect.github.com/mitmproxy/pdoc/pull/740),
[@&#8203;mhils](https://redirect.github.com/mhils))
-   Add support for Python 3.13.
([#&#8203;730](https://redirect.github.com/mitmproxy/pdoc/pull/730),
[@&#8203;mhils](https://redirect.github.com/mhils))
- pdoc now strips `collections.abc.` from type annotations to make them
more concise.
([#&#8203;736](https://redirect.github.com/mitmproxy/pdoc/pull/736),
[@&#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**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 3c11971 commit 931c931
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.8.0
coverage==7.6.1
mypy==1.11.2
pdoc==14.6.1
pdoc==14.7.0
pip==24.2
pre-commit==3.8.0
pytest-cov==5.0.0
Expand Down

0 comments on commit 931c931

Please sign in to comment.