Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pdoc from 12.2.2 to 12.3.0 #329

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps pdoc from 12.2.2 to 12.3.0.

Changelog

Sourced from pdoc's changelog.

2022-11-15: pdoc 12.3.0

  • Docstrings can now include local images which will be embedded into the page, e.g. ![image](https://github.com/mitmproxy/pdoc/blob/main/image.png). (#282, @​mhils)
  • Fix a bug in parsing Google-style docstrings with extraneous whitespace. (#459, @​vsajip, @​mhils)
  • pdoc.doc.Doc.members now includes variables without type annotation and docstring. They continue to not be documented in the default HTML template. (#107, @​mhils)
  • Improve the conversion of reStructuredText to Markdown for function and method references. (#463, @​vsajip)
  • Static class attributes that point to a class are now rendered as variables, not as separate classes. (#465, @​mhils)
Commits
  • 41c6783 bump to 12.3.0
  • 1f787e8 document that changelog entries don't need refs
  • b10b525 Fix rendering of class attributes pointing to external classes, fix #464 (#465)
  • 396c815 Improve conversion of ReST to Markdown by converting the text for :me… (#463)
  • af7f3d4 Update Dependencies (#462)
  • ad3d7be Support embedding local images (#460)
  • 01f3db9 pick up variables with no docstring or annotation (#461)
  • 6df629d If a docstring fails assertion checks, output the offending docstring… (#458)
  • b711089 ignore extra whitespace in google docstrings, fix #459 (#459)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 12.2.2 to 12.3.0.
- [Release notes](https://github.com/mitmproxy/pdoc/releases)
- [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/pdoc@v12.2.2...v12.3.0)

---
updated-dependencies:
- dependency-name: pdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 16, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 97.24% // Head: 97.24% // No change to project coverage 👍

Coverage data is based on head (090185a) compared to base (68c035b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #329   +/-   ##
=======================================
  Coverage   97.24%   97.24%           
=======================================
  Files          29       29           
  Lines        6318     6318           
=======================================
  Hits         6144     6144           
  Misses        174      174           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@schneiderfelipe schneiderfelipe merged commit a616e07 into main Nov 16, 2022
@schneiderfelipe schneiderfelipe deleted the dependabot/pip/main/pdoc-12.3.0 branch November 16, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants