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.5.4 to ~=0.6.1 #1

Merged
merged 1 commit into from
May 6, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on pdoc3 to permit the latest version.

Changelog

Sourced from pdoc3's changelog.

0.6.1 (2019-05-05)

  • Minor maintenance release.

0.6.0 (2019-05-03)

  • New support for PEP 484 Python type annotations.
  • Class __init__ methods are no longer documented separately.
    Instead, class docstring now contains __init__ method's docstring,
    and class definition line now shows __init__ parameters.
    This is in line with Sphinx / Python stdlib documentation.
  • PDF docs generation via Markdown, ingestible by various
    Markdown-to-PDF converters.
  • New module import mechanism with improved support for
    namespace packages.
  • CLI changes:
    • New --config switch for easier setting of config.mako tunables.
    • Deprecated switches in favor of new/standard ones:
      • --overwrite-f, --force
      • --html-dir-o, --output-dir
      • --html-no-source, --external-links and --link-prefix are
        removed in favor of new tunables settable with --config.
    • --output-dir without --html outputs a tree of raw Markdown files.
    • The semantics of module specified as filesystem path has changed:
      before the full relative path was used to construct the python module
      path, now only the basename is.
  • Bugfixes regarding raw URLs and numpydoc transformations.

0.5.4 (2019-04-21)

  • Bugfixes:
    • Added support for metaclass subclasses.
    • Fix pdoc.Function.params() error in case when keyword-only
      parameters have no default values.
    • Don't expand os.environ parameter default value as exposing it
      is a security issue.

0.5.3 (2019-03-05)

  • Only close standard input if --close-stdin is used. This flips
    the previous (hopefully rarely required) default.
  • Fix backslashes in relative Doc.url() on Windos.
  • New support for .. include:: reST directive that includes
    verbatim content from another file.
  • Dev web server (--http) fixes:
    • Unify --http and non---http behavior by always adding
      cwd to sys.path.
    • Fix favicon.ico errors in --http mode.
  • HTML template:
    • Make TOC reference lists two- or three-column only if enough room for it.
... (truncated)
Commits
  • 0b1561b MNT: Remove stale setup.py author= field
  • 0213ad5 DOC: Update README.md, mention type hints
  • db99677 MNT: Update changelog for 0.6.0
  • cbc829b Merge pull request #62 from kernc/new_import
  • 54fc6d0 BUG: Resolve .. include:: directive already in Doc.docstring
  • 05f8378 MNT: Add release dates to changelog
  • a3d0f25 BUG: Don't put non-str in sys.path
  • 0f5f96e REF: Only reload modules when in --http mode
  • facbb6f API: New better module import / support for namespace packages
  • 82406a9 TST: Init class variables in setUpClass method
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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.5.4...0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 6, 2019
@SebRut
Copy link
Owner

SebRut commented May 6, 2019

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 7b9ba28 into master May 6, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pdoc3-approx-eq-0.6.1 branch May 6, 2019 05:11
@SebRut
Copy link
Owner

SebRut commented May 6, 2019

@dependabot badge me

@dependabot-preview
Copy link
Contributor Author

Dependabot Status

The markdown to add the above to your README is:

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=SebRut/python-qbo)](https://dependabot.com)

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

2 participants