Skip to content

chore(deps): update dependency mkdocstrings-python to v2 - #113

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mkdocstrings-python-2.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mkdocstrings-python-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mkdocstrings-python (changelog) ^1.16.12^2.0.0 age confidence

Release Notes

mkdocstrings/python (mkdocstrings-python)

v2.0.5

Compare Source

Compare with 2.0.4

Bug Fixes
  • Allow relative cross-references to work in summaries (abe2888 by Timothée Mazzucotelli). Issue-331
  • Always display attribute values as they're written in the source (0334131 by Timothée Mazzucotelli). Issue-311

v2.0.4

Compare Source

Compare with 2.0.3

Bug Fixes
  • Display Methods instead of Functions for category headings inside classes (7bf8b98 by Timothée Mazzucotelli). Issue-330

v2.0.3

Compare Source

Compare with 2.0.2

Build
  • Depend on griffelib instead of griffe (770a5f6 by Timothée Mazzucotelli).

v2.0.2

Compare Source

Compare with 2.0.1

Bug Fixes

v2.0.1

Compare Source

Compare with 2.0.0

Bug Fixes
  • Don't ignore filters when category grouping is disabled (63aa1b0 by Timothée Mazzucotelli). Issue-324
Code Refactoring
  • Localize more contents in templates (854b6a6 by Zhikang Yan). PR-321
  • Improve ja/zh translations (b83107c by Zhikang Yan). PR-322

v2.0.0

Compare Source

Compare with 1.19.0

Code Refactoring
  • Remove deprecated code for v2 (c10afdb by Timothée Mazzucotelli).

v1.19.0

Compare Source

Compare with 1.18.2

Features
  • Release scoped and relative cross-references (872afc5 by Timothée Mazzucotelli).
  • Release __all__ ordering feature (84aaebc by Timothée Mazzucotelli).
  • Release public filter feature (3be14cc by Timothée Mazzucotelli).
  • Release backlinks feature (ae7cc2d by Timothée Mazzucotelli).
  • Release expression modernization feature (dbadd1e by Timothée Mazzucotelli).
  • Release visually-lighter admonitions for source code blocks (fdaeb48 by Timothée Mazzucotelli).
  • Release inheritance diagram features (669b42e by Timothée Mazzucotelli).
Code Refactoring
  • Update code base for Python 3.10 (b696ed2 by Timothée Mazzucotelli).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.9,<4.0) is not compatible with some of the required packages Python requirement:
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10
  - mkdocstrings-python requires Python >=3.10, so it will not be installable for Python >=3.9,<3.10

Because no versions of mkdocstrings-python match >2.0.0,<2.0.1 || >2.0.1,<2.0.2 || >2.0.2,<2.0.3 || >2.0.3,<2.0.4 || >2.0.4,<2.0.5 || >2.0.5,<2.0.6 || >2.0.6,<2.0.7 || >2.0.7,<2.0.8 || >2.0.8,<3.0.0
 and mkdocstrings-python (2.0.0) requires Python >=3.10, mkdocstrings-python is forbidden.
And because mkdocstrings-python (2.0.1) requires Python >=3.10, mkdocstrings-python is forbidden.
And because mkdocstrings-python (2.0.2) requires Python >=3.10
 and mkdocstrings-python (2.0.3) requires Python >=3.10, mkdocstrings-python is forbidden.
And because mkdocstrings-python (2.0.4) requires Python >=3.10
 and mkdocstrings-python (2.0.5) requires Python >=3.10, mkdocstrings-python is forbidden.
And because mkdocstrings-python (2.0.6) requires Python >=3.10
 and mkdocstrings-python (2.0.7) requires Python >=3.10, mkdocstrings-python is forbidden.
So, because mkdocstrings-python (2.0.8) requires Python >=3.10
 and non-package-mode depends on mkdocstrings-python (^2.0.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"
For mkdocstrings-python, a possible solution would be to set the `python` property to ">=3.10,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch 12 times, most recently from 1299bbe to b951735 Compare August 20, 2026 07:54
@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch 7 times, most recently from c15da2b to fbfb2ee Compare August 28, 2026 11:03
@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch 5 times, most recently from d2bb960 to ac7d845 Compare September 8, 2026 07:46
@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch 4 times, most recently from abc725e to ef07c3d Compare September 11, 2026 13:21
@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch from ef07c3d to f43d263 Compare September 14, 2026 06:35
@renovate
renovate Bot force-pushed the renovate/mkdocstrings-python-2.x branch from f43d263 to 7081110 Compare September 14, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant