Skip to content

chore(deps-dev): bump pdoc3 from 0.9.2 to 0.10.0 #584

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2021

Bumps pdoc3 from 0.9.2 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.
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.2 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.2...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 dependencies Pull requests that update a dependency file python labels Aug 3, 2021
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 3, 2021
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2021

Codecov Report

Merging #584 (959eb04) into develop (79294f7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #584   +/-   ##
========================================
  Coverage    99.95%   99.95%           
========================================
  Files          113      113           
  Lines         4479     4479           
  Branches       243      243           
========================================
  Hits          4477     4477           
  Partials         2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79294f7...959eb04. Read the comment docs.

@heitorlessa heitorlessa added this to the 1.19.0 milestone Aug 5, 2021
@heitorlessa heitorlessa merged commit 486f9b9 into develop Aug 5, 2021
@heitorlessa heitorlessa deleted the dependabot/pip/develop/pdoc3-0.10.0 branch August 5, 2021 09:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants