Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Update pdoc3 requirement from ~=0.7.2 to ~=0.8.4 #32

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on pdoc3 to permit the latest version.

Changelog

Sourced from pdoc3's changelog.

0.8.4 (2020-06-30)

  • Fix inline code interpretation inside fenced code blocks.

0.8.3 (2020-06-27)

  • Fix extracting TOC with interleaved doctests in fenced code blocks, regression since 0.8.2.

0.8.2 (2020-06-26)

  • Enhancements:
    • New CLI switch --skip-errors for skipping invalid/broken modules with a warning instead of raising an error.
    • CSS tweak to highlight :target-ed section.
    • Paths to generated files (with --output-dir) are now printed to stdout.
    • Support for __docformat__ from PEP 258.
    • Support for Python 3.8 positional-only arguments.
  • Bugfixes:
    • Better handle raw URLs and some markdown links.
    • Consistently use sort_identifiers and variable type annotations in markdown and PDF templates.
    • Don't warn about missing key for __pdoc__-skipped submodules.
    • Fix git path comparison and normalize .. include:: paths on Windos.
    • Fix sidebar scrollbar visible thrugh search results overlay.
    • Avoid extracting doctest comments into HTML sidebar TOC.
    • Support Google-style docstring multi-line Returns statement containing description only.
    • Support hyphens in Google-style docstring argument types.
    • Fix hyperlinks for type annotations with spaces.
  • Other:
    • Bump HTML template CDN resources.
    • Use non-breaking hyphen in return annotation arrow.
    • Multi-line func/class signature in PDF template.
    • Other minor docs improvements.

0.8.1 (2020-04-16)

  • New search widget (config tunable search_query) using Google CSE.
  • Support type annotations for variables (third time's the charm).
  • Fix crash on Module.is_namespace given a dyunamic/generated module.

0.8.0 (2020-04-15)

  • New features:
    • Whitelisting _private members with __pdoc__[key] = True.
    • Support function signatures (and annotations) for Python built-in/C extension types.
    • Show type annotations also for variables (some; no instance variables).
    • Consult __docformat__ variable in the documented module (PEP 258).
    • Skip traversal of __pdoc__-ignored package/directory.
Commits
  • 50473fe MNT: Update CHANGELOG for 0.8.4
  • a94c9e7 BUG: Hide fenced code one before all to_markdown transformations
  • f0d0dad REF: Minor change fenced code block regex
  • 72c0ae5 MNT: Update CHANGELOG for 0.8.3
  • 448bf07 BUG: Fix extracting TOC with interleaved doctests in code spans
  • 1c5c9d7 MNT: Update CHANGELOG for 0.8.2
  • cee9dab BUG: Avoid extracting doctest comments into sidebar TOC
  • 83a8c40 BUG: Don't warn about missing key for pdoc-skipped submodules
  • e31ea52 BUG: Support hyphens in Google-style docstring arg types
  • 1de51a9 BUG: Better handle raw URLs and markdown links (#203)
  • Additional commits viewable in compare view

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 will not automatically merge this PR because this dependency is pre-1.0.0.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [pdoc3](https://github.com/pdoc3/pdoc) to permit the latest version.
- [Release notes](https://github.com/pdoc3/pdoc/releases)
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG)
- [Commits](pdoc3/pdoc@0.7.2...0.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 15, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #36.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pdoc3-approx-eq-0.8.4 branch August 27, 2020 04:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants