Remove support for Python 3.8, which has reached end-of-life on 2024-10-07.
(#747, @mhils)
Inherited members are now hidden by default if the base class is not part of the documentation.
Please provide feedback in the PR if you relied on the old behavior.
(#748, @mhils)
Python 3.13: @deprecated decorators are now rendered with visual emphasis.
(#750, @mhils)
Improve mocking of sys.stdin, sys.stdout, and sys.stderr to fix runtime errors with some packages.
(#751, @mhils)
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 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)
Bumps pdoc from 14.7.0 to 15.0.0.
Changelog
Sourced from pdoc's changelog.
Commits
738f791
pdoc 15.0.0f481381
Update CHANGELOG.mdba6e199
improve io mocking (#751)308c3a1
emphasize@deprecated
decorators (#750)9ac4e58
remove python 3.8 compatibility cruft (#749)72c0d51
hide inherited members if the base class is not part of the documentation (#748)98989b4
drop support for Python 3.8 (#747)3887af5
move to uv (#746)85f7f28
Bump the dependencies group with 10 updates (#742)b5963c5
fix changelog dateDependabot 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