Skip to content

⬆️ Update dependency mkdocstrings to v1#204

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

⬆️ Update dependency mkdocstrings to v1#204
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/mkdocstrings-1.x

Conversation

@renovate

@renovate renovate Bot commented Nov 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings (changelog) 0.27.01.0.4 age adoption passing confidence

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings)

v1.0.4

Compare Source

Compare with 1.0.3

Bug Fixes
  • Add timeout when downloading inventories (10 seconds) (3d1969a by Simon Lloyd). Issue-819

v1.0.3

Compare Source

Compare with 1.0.3

Bug Fixes
  • Add timeout when downloading inventories (10 seconds) (3d1969a by Simon Lloyd). Issue-819

v1.0.2

Compare Source

Compare with 1.0.2

Bug Fixes
  • Forward extension instances directly passed from Zensical (65b27ec by Timothée Mazzucotelli).
  • Propagate Zensical's zrelpath processor (dbf263d by Timothée Mazzucotelli).

v1.0.1

Compare Source

Compare with 1.0.1

Code Refactoring
  • Use global instances for handlers and autorefs (9f79141 by Timothée Mazzucotelli).

v1.0.0

Compare Source

Compare with 1.0.0

Code Refactoring
  • Support manual cross-references in Zensical too (d37d907 by Timothée Mazzucotelli).
  • Support cross-references in Zensical (f43f1ee by Timothée Mazzucotelli). PR-812

v0.30.1

Compare Source

Compare with 0.30.0

Bug Fixes
  • Create default SSL context in main thread before downloading inventories (eec7fb4 by Çağlar Kutlu). Issue-796, PR-797

v0.30.0

Compare Source

Compare with 0.30.0

Bug Fixes
  • Create default SSL context in main thread before downloading inventories (eec7fb4 by Çağlar Kutlu). Issue-796, PR-797

v0.29.1

Compare Source

Compare with 0.29.1

Features
  • Add data-skip-inventory boolean attribute for elements to skip registration in local inventory (f856160 by Bartosz Sławecki). Issue-671, PR-774
  • Add I18N support (translations) (2b4ed54 by Nyuan Zhang). PR-645, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr

v0.29.0

Compare Source

Compare with 0.29.0

Dependencies
  • Remove unused typing-extensions dependency (ba98661 by Timothée Mazzucotelli).
Bug Fixes
  • Ignore invalid inventory lines (81caff5 by Josh Mitchell). PR-748
Code Refactoring
  • Rename loggers to "mkdocstrings" (1a98040 by Timothée Mazzucotelli).

v0.28.3

Compare Source

Compare with 0.28.3

This is the last version before v1!

Build
  • Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).
Features
Code Refactoring
  • Save and forward titles to autorefs (f49fb29 by Timothée Mazzucotelli).
  • Use a combined event (each split with a different priority) for on_env (8d1dd75 by Timothée Mazzucotelli).

v0.28.2

Compare Source

Compare with 0.28.2

Deprecations

All public objects must now be imported from the top-level mkdocstrings module. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.

Build
  • Make python extra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).
Code Refactoring
  • Finish exposing/hiding public/internal objects (0723fc2 by Timothée Mazzucotelli).
  • Re-expose public API in the top-level mkdocstrings module (e66e080 by Timothée Mazzucotelli).
  • Move modules to internal folder (23fe23f by Timothée Mazzucotelli).

v0.28.1

Compare Source

Compare with 0.28.1

Build
  • Depend on mkdocs-autorefs >= 1.4 (2c22bdc by Timothée Mazzucotelli).

v0.28.0

Compare Source

Compare with 0.28.0

Bug Fixes

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "after 11am on friday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Nov 28, 2025
@renovate

renovate Bot commented Nov 28, 2025

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.0,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mkdocstrings requires Python >=3.10, so it will not be installable for Python >=3.9.0,<3.10

Because pure-protobuf depends on mkdocstrings[python] (1.0.4) which requires Python >=3.10, version solving failed.

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

    For mkdocstrings, a possible solution would be to set the `python` property to ">=3.10,<4.0.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-1.x branch 2 times, most recently from f8193f2 to 0bb6afa Compare January 24, 2026 17:46
@renovate renovate Bot force-pushed the renovate/mkdocstrings-1.x branch from 0bb6afa to 40c0a50 Compare February 7, 2026 17:30
@renovate renovate Bot force-pushed the renovate/mkdocstrings-1.x branch from 40c0a50 to 1336be2 Compare April 15, 2026 09:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants