Skip to content

Update pdoc3 requirement from <0.11,>=0.10 to >=0.10,<0.12 #229

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2025

Updates the requirements on pdoc3 to permit the latest version.

Changelog

Sourced from pdoc3's changelog.

0.11.6 (2025-03-20)

  • Fix TypeError: Expected a list of types, an ellipsis, ParamSpec, or Concatenate. with collections.abc.Callable on Python 3.10. (#454)
  • Remove use of pdoc.Doc.__slots__.
  • Fix broken anchor tags in --pdf mode (#455)
  • Fix dataclass attributes shown as class variables instead of instance variables.

0.11.5 (2024-12-13)

  • A few default HTML template improvements

0.11.4 (2024-12-13)

  • Fix Lunr.js prebuilt index introduced in v0.11.0
  • Fix showing Git link (git_link_template) for property, cached_property, namedtuple, and member_descriptor types

0.11.3 (2024-11-26)

  • Format Optional as X | None (#395)
  • Support configurable Python-Markdown extensions (#440)

0.11.2 (2024-11-25)

  • Improve formatting of Optional, Union and collection.abc types (#395)
  • In HTML, format long function params on multiple lines
  • Fix issue with --skip-errors (#421)

0.11.1 (2024-06-26)

  • Handle union type expressions (|) for Google style docstrings (#443)
  • Fix bug with Lunr.js search when node in not available (#446)

0.11.0 (2024-06-22)

  • Handle import of distutils on Python 3.12
  • Discern properties from regular variables (#277)
  • Prebuild Lunr.js search index if Node is available.
  • Templates: Update CDN resource links
  • Support MathJax inline $dollar-pattern$
  • Fix documenting classes that contain unittest.mock.Mock (#352)
  • Strengthen signature detection for pybind-generated modules
  • Bump pandoc integration to v3
  • Support Google Analytics 4
  • Fix deprecation warnings for PEP224 docstrings of class variables (#437)
  • Skip __editable__ paths during iter_modules (#408)
  • Various bug fixes and tweaks

0.10.0 (2021-08-03)

... (truncated)

Commits
  • 5570f9a MNT: Update Changelog for v0.11.6
  • 5003088 DOC: Readme: Shorten shields label
  • 60ac6cc BUG: Fix dataclass attributes are instance vars
  • 4c9de5d DOC: README: Add Shields: SLOC counter
  • 4c51ed6 DOC: README: Add Shields Pepy total downloads
  • 9e4f6ad TST: Fix inspect.get_doc()-returned default docstring on Py3.13
  • da45e73 REF: Remove __slots__ as Python has gotten leaner
  • 0e17bd1 Fix broken anchor tags in --pdf mode (#455)
  • 96221e1 BUG: collections.abc.Callable does not allow tuple in Python 3.10 (#454)
  • 65342ae MNT: Update CHANGELOG for 0.11.5
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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.10.0...0.11.6)

---
updated-dependencies:
- dependency-name: pdoc3
  dependency-version: 0.11.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 18, 2025
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 15094749425

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.662%

Totals Coverage Status
Change from base Build 15076039155: 0.0%
Covered Lines: 2756
Relevant Lines: 3595

💛 - Coveralls

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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant