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.7.4 #17

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 20, 2020

Updates the requirements on pdoc3 to permit the latest version.

Changelog

Sourced from pdoc3's changelog.

0.7.4 (2020-01-17)

  • Fix regression introduced in 0.7.0: Hide private instance variables even when they have PEP 224 docstrings.

0.7.3 (2020-01-17)

  • Sort subclasses for cross-platform consistency.
  • Support brace-expanded parameters in docstrings (e.g. {x,y}_partial).
  • Fixes:
    • Document compiled/bytecode modules.
    • Fix exception when __pdoc__-hiding docstrings for inherited members.
    • Determine class instantiation parameters by reading the signature of class itself, not of its __init__.
    • Prevent trailing single quote in string (i.e. forward-declared) type annotations.
    • Fix backtick references following fenced code blocks.
    • Allow wrapped lines in "See Also" numpydoc section.

0.7.2 (2019-11-13)

  • Fix regression bug introduced in v0.7.1.

0.7.1 (2019-10-03)

  • Fix regression bug introduced with HTML-escaping function parameters default values in v0.6.4.

0.7.0 (2019-09-26)

  • Better handling of descriptors.
  • "Browse git" link pointing to e.g. GitHub added to documented identifiers in HTML template. Controlled with new git_link_template config tunable.

0.6.4 (2019-09-26)

  • New template tunable syntax_highlighting=True that controls whether Highlight.js is included even if show_source_code=False.
  • Fix pdoc.Class.mro() for types extending types with the same name.
  • Support initializing pdoc.Module from module string.
  • HTML-escape function parameter defaults so that objects' reprs don't break HTML.
  • Other small bug fixes.

0.6.3 (2019-07-03)

  • New support for LaTeX math syntax (using new config tunable latex_math=True).
  • Support for running system-site-installed pdoc within a virtual environment.
  • Bugfixes.
... (truncated)
Commits
  • c9d9118 MNT: Update CHANGELOG for 0.7.4
  • e8821ee BUG: Hide private instance variables with PEP 224 docstrings
  • ad61dee MNT: Update CHANGELOG for 0.7.3
  • 72bd982 REF: Make "Couldn't get/parse source" warning more relevant
  • 6604a51 BUG: Document compiled/bytecode submodules
  • 88e7274 MNT: Add pdoc.test.__main__ so users can run python -m pdoc.test
  • 196c93b ENH: Support braced docstring params like {x,y}_partial (#140)
  • 30ca5ef BUG: Allow wrapped lines in "See also" numpy section (#141)
  • d6eca2a BUG: Fix backtick references following fenced code blocks
  • b287821 BUG: Fix trailing single quote in str annotations
  • 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 merge this PR once CI passes on it, as requested by @SebRut.


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.7.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 Jan 20, 2020
@SebRut
Copy link
Owner

SebRut commented Jan 20, 2020

@dependabot squash and merge

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Superseded by #22.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pdoc3-approx-eq-0.7.4 branch February 28, 2020 04:17
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

1 participant