Skip to content

chore(deps): bump pdoc3 from 0.11.5 to 0.11.6 - #1684

Merged
dependabot[bot] merged 1 commit into
mainfrom
dependabot/pip/pdoc3-0.11.6
Apr 2, 2025
Merged

chore(deps): bump pdoc3 from 0.11.5 to 0.11.6#1684
dependabot[bot] merged 1 commit into
mainfrom
dependabot/pip/pdoc3-0.11.6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 1, 2025

Copy link
Copy Markdown
Contributor

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)

@dependabotdependabotBot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2025
@WilliamBergamin

Copy link
Copy Markdown
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] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/pip/pdoc3-0.11.6 branch from c48eb18 to 509d695CompareApril 2, 2025 14:03
@codecov

codecovBot commented Apr 2, 2025

Copy link
Copy Markdown

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
Copy Markdown
Contributor

@dependabot squash and merge

@dependabot
dependabotBot merged commit 3c884ba into mainApr 2, 2025
@dependabot
dependabotBot deleted the dependabot/pip/pdoc3-0.11.6 branch April 2, 2025 14:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamBergamin