Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2022

Bumps pdoc3 from 0.9.1 to 0.10.0.

Changelog

Sourced from pdoc3's changelog.

0.10.0 (2021-08-03)

  • Python 3.6+ required.
  • New support for variable doc-comments (directly above variable definition or on the same line; starting with '#:').
  • Improved formatting of typing annotations.
  • Respect PYTHONWARNINGS environment variable.
  • Various other small bugs and fixes.

0.9.2 (2020-11-25)

  • Stop touching objects blacklisted with __pdoc__.
  • Use last __init__ to document class signature (e.g. in case of @typing.overload).
  • Better formatting of nptyping and typing.NewType annotations.
  • Fix minor lunr search bugs from the previous version.
Commits
  • f358893 MNT: Update CHANGELOG for 0.10.0
  • 0073fae REF: More f-strings
  • 1961159 REF: Avoid using _BLACKLISTED_DUMMY 🤡
  • 1bb95b4 BUG: Fix crash on annotating something as typing.Callable
  • f49faf0 MNT: CI: Install types-Markdown package to avoid mypy warning
  • 251d61a BUG: Don't build Lunr search index when not --html
  • 1c7f454 REF: Remove unused param pdoc.test.run(_check=)
  • da98dd7 BUG: Fully respect PYTHONWARNINGS, when set
  • c2c1320 REF: Also replace typing.Union[None, T] -> Optional[T]
  • bacbd53 TST: Skip failing test for now
  • Additional commits viewable 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 [pdoc3](https://github.com/pdoc3/pdoc) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/pdoc3/pdoc/releases)
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG)
- [Commits](pdoc3/pdoc@0.9.1...0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant