Skip to content

Bump pdoc3 from 0.9.1 to 0.10.0 #18

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

Merged
merged 3 commits into from
Nov 30, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

You can trigger a rebase of this PR 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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 11, 2021 06:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2021
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2021

Codecov Report

Merging #18 (aa75d17) into main (259d687) will increase coverage by 0.55%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   68.31%   68.86%   +0.55%     
==========================================
  Files          44       44              
  Lines        2348     2348              
==========================================
+ Hits         1604     1617      +13     
+ Misses        744      731      -13     
Impacted Files Coverage Δ
continuous_delivery_scripts/utils/git_helpers.py 80.92% <0.00%> (+4.00%) ⬆️

@acabarbaye acabarbaye force-pushed the main branch 13 times, most recently from 829345e to 6e567d0 Compare February 17, 2022 22:22
@acabarbaye acabarbaye merged commit 1b4f96f into main Nov 30, 2022
@acabarbaye acabarbaye deleted the dependabot/pip/pdoc3-0.10.0 branch November 30, 2022 19: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants