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.0.2 to 13.0.0 #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps pdoc from 12.0.2 to 13.0.0.

Changelog

Sourced from pdoc's changelog.

2023-02-19: pdoc 13.0.0

  • pdoc now skips constructors if they neither have a docstring nor any parameters. This improves display of classes that are not meant to be instantiated manually, for example when using PyO3. (#510, @​mhils)
  • Automatically fold a variable's default value if it exceeds 100 characters. Feedback on this cutoff is welcome! (#511, @​mhils)
  • Add a workaround to support inherited TypedDicts. (#504, @​mhils)
  • Variable.default_value_str does not include the = prefix anymore. It will now emit a warning and return an empty string if repr(value) crashes. (#510, @​mhils)
  • Fix a CSS issue where the lower half of the navigation toggle would be unresponsive on mobile. (#510, @​mhils)

2023-01-06: pdoc 12.3.1

  • Switch from setup.py to pyproject.toml for pdoc itself. Please file an issue if that causes any problems. (#474, @​mhils)
  • Fix broken links for inherited methods if both parent and subclass have the same name. (#493, @​mhils)
  • "Parameters", "Params" and "Arguments" are now also accepted as headings for argument lists in Google-style docstrings. (#489, @​ntamas)

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)

2022-11-10: pdoc 12.2.2

  • Fix a CSS issue for overflowing math equations. (#456, @​mhils)
  • Fix a regression from pdoc 12.2: Enum members are now always documented even if they do not have a docstring. (#457, @​mhils)

2022-11-05: pdoc 12.2.1

... (truncated)

Commits

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.0.2 to 13.0.0.
- [Release notes](https://github.com/mitmproxy/pdoc/releases)
- [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/pdoc@v12.0.2...v13.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 20, 2023
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.

0 participants