Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps pdoc3 from 0.11.5 to 0.11.6.

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.
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)
  • See full diff in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2025
@WilliamBergamin
Copy link
Contributor

@dependabot rebase

Bumps [pdoc3](https://github.com/pdoc3/pdoc) from 0.11.5 to 0.11.6.
- [Release notes](https://github.com/pdoc3/pdoc/releases)
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG)
- [Commits](pdoc3/pdoc@0.11.5...0.11.6)

---
updated-dependencies:
- dependency-name: pdoc3
  dependency-version: 0.11.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pdoc3-0.11.6 branch from c48eb18 to 509d695 Compare April 2, 2025 14:03
@codecov
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (533ab91) to head (509d695).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1684   +/-   ##
=======================================
  Coverage   85.36%   85.36%           
=======================================
  Files         113      113           
  Lines       12808    12808           
=======================================
  Hits        10934    10934           
  Misses       1874     1874           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WilliamBergamin
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 3c884ba into main Apr 2, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pdoc3-0.11.6 branch April 2, 2025 14:18
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.

2 participants