Skip to content

Commit

Permalink
Update dependency pdoc to v13.1.1 (#162)
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) | `==13.1.0` -> `==13.1.1`
|
[![age](https://badges.renovateapi.com/packages/pypi/pdoc/13.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pdoc/13.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pdoc/13.1.1/compatibility-slim/13.1.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pdoc/13.1.1/confidence-slim/13.1.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mitmproxy/pdoc</summary>

###
[`v13.1.1`](https://togithub.com/mitmproxy/pdoc/blob/HEAD/CHANGELOG.md#&#8203;2023-04-24-pdoc-1311)

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

-   Fix rendering of dynamically modified docstrings.
([#&#8203;537](https://togithub.com/mitmproxy/pdoc/pull/537),
[@&#8203;mhils](https://togithub.com/mhils))
- Updated bundled markdown2 version to fix a bug with empty code blocks.
([#&#8203;537](https://togithub.com/mitmproxy/pdoc/pull/537),
[@&#8203;mhils](https://togithub.com/mhils))
- `pdoc.doc_ast.AstInfo` now has separate `func_docstrings` and
`var_docstrings` attributes
    instead of one combined one.
([#&#8203;537](https://togithub.com/mitmproxy/pdoc/pull/537),
[@&#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://app.renovatebot.com/dashboard#github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 25, 2023
1 parent ee02c98 commit d11763b
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 @@ -3,7 +3,7 @@ aiohttp==3.8.4
freezegun==1.2.2
mitmproxy==9.0.1
parameterized==0.9.0
pdoc==13.1.0
pdoc==13.1.1
pydantic==1.10.7
pytest==7.3.1
pytest-aiohttp==1.0.4
Expand Down

0 comments on commit d11763b

Please sign in to comment.