Skip to content

Bump pdoc from 7.3.1 to 12.2.1 - #164

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pdoc-12.2.1
Closed

Bump pdoc from 7.3.1 to 12.2.1#164
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pdoc-12.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 8, 2022

Copy link
Copy Markdown
Contributor

Bumps pdoc from 7.3.1 to 12.2.1.

Changelog

Sourced from pdoc's changelog.

2022-11-05: pdoc 12.2.1

  • Fix handling of type annotations in nested classes. (#440, @​mhils)
  • Doc.type is now Doc.kind to avoid confusion with builtins.type.
  • The new PDOC_ALLOW_EXEC environment variable provides an escape hatch for modules that cannot be imported without executing subprocesses. (#450, @​mhils)

2022-09-20: pdoc 12.2.0

  • Make documentation of variables more consistent. Variables with a default value and no docstring are now hidden, matching the behavior of variables with a type annotation only. (#411, @​mhils)
  • Remove format argument from pdoc.pdoc(). For the forseeable future, pdoc will only support HTML export. (#308, @​mhils)
  • Update vendored copy of markdown2. (#429, @​mhils)
  • Fix "View Source" button when a function has the same name as the module it is in. (#431, @​mhils)
  • Improve display of dataclasses. (#411, @​mhils)
  • Do not execute or document __main__.py files. __main__ submodules can still be documented by explicitly passing them when invoking pdoc. (#438, @​mhils)

2022-06-08: pdoc 12.1.0

  • Add compatibility with Python 3.11 (#394, @​mhils)
  • Make sure that docstrings are picked up for functions that have been turned into non-function objects by decorators. (#416, @​jeamland)
  • Update vendored copy of markdown2. (#421, @​mhils)
  • Apply syntax highlighting to search results as well. (@​mhils)
  • Fix display of @classmethod @property instances without docstrings. (@​mhils)
  • Add support for @functools.singledispatchmethod. (#428, @​mhils)
  • pdoc now terminates if a module cannot be imported instead of raising a warning. You may need to preemptively exclude submodules that fail to import anyway. (#407, @​mhils)
  • Fix compatibility with GitPython. (#430, @​mhils)

2022-06-08: pdoc 12.0.2

  • Extend auto-linking of URLs in Markdown.

... (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 7.3.1 to 12.2.1.
- [Release notes](https://github.com/mitmproxy/pdoc/releases)
- [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/pdoc@v7.3.1...v12.2.1)

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

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 8, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 11, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #165.

@dependabot dependabot Bot closed this Nov 11, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/pdoc-12.2.1 branch November 11, 2022 07:15
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