Skip to content

Bump docstring-inheritance from 2.2.2 to 3.0.0 in /pydatalab#1895

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pydatalab/main/docstring-inheritance-3.0.0
Open

Bump docstring-inheritance from 2.2.2 to 3.0.0 in /pydatalab#1895
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pydatalab/main/docstring-inheritance-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps docstring-inheritance from 2.2.2 to 3.0.0.

Changelog

Sourced from docstring-inheritance's changelog.

[3.0.0] - 2025-12

Changed

  • For performance reasons and because the inheritance is only useful when building the documentation, the public metaclasses and functions of this package are stubs that does nothing. When building the documentation, enable the docstrings inheritance by setting the environment variable DOCSTRING_INHERITANCE_ENABLE=1.
  • The public API is now the bare minimum.

[2.3.0] - 2025-11

Added

  • Support for Python 3.14

Changed

  • No longer inheriting from object.__init__ when the first class in the hierarchy has no docstring for __init__. This prevents adding the docstring summary Initialize self. See help(type(self)) for accurate signature..
  • The sections names are no longer limited to the ones defined in the docstrings formats.
  • The sections are no longer reordered.

Fixed

  • Inheritance of method docstring with multiple inheritance such that at least the first class does not inherit docstrings.
  • Detecting missing arguments when there was no inheritance for a docstring.
  • Docstring inheritance for decorated methods and functions.

Removed

  • Support for Python 3.9
Commits

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 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)

Bumps [docstring-inheritance](https://github.com/AntoineD/docstring-inheritance) from 2.2.2 to 3.0.0.
- [Changelog](https://github.com/AntoineD/docstring-inheritance/blob/main/CHANGELOG.md)
- [Commits](AntoineD/docstring-inheritance@2.2.2...3.0.0)

---
updated-dependencies:
- dependency-name: docstring-inheritance
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependency_updates For issues/PRs that update the dependencies of the package Python labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency_updates For issues/PRs that update the dependencies of the package Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants