Update dependency mkdocstrings to v0.30.1 #35

Open
Renovate wants to merge 1 commit from renovate/mkdocstrings-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
mkdocstrings (changelog) ==0.29.1 -> ==0.30.1 age confidence

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings)

v0.30.1

Compare Source

Compare with 0.30.1

Breaking Changes
  • BaseHandler.name: Attribute value was changed: '' -> unset
  • BaseHandler.domain: Attribute value was changed: '' -> unset
  • BaseHandler.fallback_config: Public object was removed
  • BaseHandler.__init__(args): Parameter was removed
  • BaseHandler.__init__(kwargs): Parameter was removed
  • BaseHandler.__init__(theme): Parameter was added as required
  • BaseHandler.__init__(custom_templates): Parameter was added as required
  • BaseHandler.__init__(mdx): Parameter was added as required
  • BaseHandler.__init__(mdx_config): Parameter was added as required
  • BaseHandler.update_env(args): Parameter was removed
  • BaseHandler.update_env(kwargs): Parameter was removed
  • BaseHandler.update_env(config): Parameter was added as required
  • Handlers.get_anchors: Public object was removed (import from mkdocstrings directly)
  • mkdocstrings.plugin: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.loggers: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.inventory: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.extension: Public module was removed (import from mkdocstrings directly)
  • mkdocstrings.handlers: Public module was removed (import from mkdocstrings directly)
Code Refactoring
  • Remove deprecated code before v1 (de34044 by Timothée Mazzucotelli).
  • Expect Zensical to pass extension configuration instead of loading it again from YAML (6b73d5a by Timothée Mazzucotelli).
  • Expose the Markdown extension, to make mkdocstrings compatible with Zensical (6de2667 by Timothée Mazzucotelli).

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

Configuration

📅 Schedule: 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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) ([changelog](https://mkdocstrings.github.io/changelog)) | `==0.29.1` -> `==0.30.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocstrings/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocstrings/0.29.1/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mkdocstrings/mkdocstrings (mkdocstrings)</summary> ### [`v0.30.1`](https://github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#100---2025-11-27) [Compare Source](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1) <small>[Compare with 0.30.1](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0)</small> ##### Breaking Changes - `BaseHandler.name`: *Attribute value was changed*: `''` -> unset - `BaseHandler.domain`: *Attribute value was changed*: `''` -> unset - `BaseHandler.fallback_config`: *Public object was removed* - `BaseHandler.__init__(args)`: *Parameter was removed* - `BaseHandler.__init__(kwargs)`: *Parameter was removed* - `BaseHandler.__init__(theme)`: *Parameter was added as required* - `BaseHandler.__init__(custom_templates)`: *Parameter was added as required* - `BaseHandler.__init__(mdx)`: *Parameter was added as required* - `BaseHandler.__init__(mdx_config)`: *Parameter was added as required* - `BaseHandler.update_env(args)`: *Parameter was removed* - `BaseHandler.update_env(kwargs)`: *Parameter was removed* - `BaseHandler.update_env(config)`: *Parameter was added as required* - `Handlers.get_anchors`: *Public object was removed* (import from `mkdocstrings` directly) - `mkdocstrings.plugin`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.loggers`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.inventory`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.extension`: *Public module was removed* (import from `mkdocstrings` directly) - `mkdocstrings.handlers`: *Public module was removed* (import from `mkdocstrings` directly) ##### Code Refactoring - Remove deprecated code before v1 ([de34044](https://github.com/mkdocstrings/mkdocstrings/commit/de34044a02b45250e215af0f969dca581dfb82c5) by Timothée Mazzucotelli). - Expect Zensical to pass extension configuration instead of loading it again from YAML ([6b73d5a](https://github.com/mkdocstrings/mkdocstrings/commit/6b73d5a2f455062ab6c68376c85adce6adc037a3) by Timothée Mazzucotelli). - Expose the Markdown extension, to make mkdocstrings compatible with Zensical ([6de2667](https://github.com/mkdocstrings/mkdocstrings/commit/6de266759b79eb72cddd300e6a0a8576085fae40) by Timothée Mazzucotelli). ### [`v0.30.0`](https://github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0301---2025-09-19) [Compare Source](https://github.com/mkdocstrings/mkdocstrings/compare/0.29.1...0.30.0) <small>[Compare with 0.30.0](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1)</small> ##### Bug Fixes - Create default SSL context in main thread before downloading inventories ([eec7fb4](https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780) by Çağlar Kutlu). [Issue-796](https://github.com/mkdocstrings/mkdocstrings/issue/796), [PR-797](https://github.com/mkdocstrings/mkdocstrings/pull/797) </details> --- ### Configuration 📅 **Schedule**: 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44My4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency mkdocstrings to v0.30.0
Some checks failed
Actions / Build (pull_request) Failing after 7s
Actions / Lint (pull_request) Failing after 8s
Actions / Documentation (pull_request) Failing after 9s
99e6370f40
Renovate bot force-pushed renovate/mkdocstrings-0.x from 99e6370f40
Some checks failed
Actions / Build (pull_request) Failing after 7s
Actions / Lint (pull_request) Failing after 8s
Actions / Documentation (pull_request) Failing after 9s
to c90c072f1b
Some checks failed
Actions / Lint (pull_request) Failing after 5s
Actions / Documentation (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 6s
2025-09-09 23:25:18 -04:00
Compare
Renovate bot changed title from Update dependency mkdocstrings to v0.30.0 to Update dependency mkdocstrings to v0.30.1 2025-09-19 07:03:40 -04:00
Renovate bot force-pushed renovate/mkdocstrings-0.x from c90c072f1b
Some checks failed
Actions / Lint (pull_request) Failing after 5s
Actions / Documentation (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 6s
to a46a60b852
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 7s
Actions / Documentation (pull_request) Failing after 4s
2025-09-19 07:03:40 -04:00
Compare
Some checks failed
Actions / Lint (pull_request) Failing after 4s
Actions / Build (pull_request) Failing after 7s
Actions / Documentation (pull_request) Failing after 4s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mkdocstrings-0.x:renovate/mkdocstrings-0.x
git switch renovate/mkdocstrings-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/mkdocstrings-0.x
git switch renovate/mkdocstrings-0.x
git rebase main
git switch main
git merge --ff-only renovate/mkdocstrings-0.x
git switch renovate/mkdocstrings-0.x
git rebase main
git switch main
git merge --no-ff renovate/mkdocstrings-0.x
git switch main
git merge --squash renovate/mkdocstrings-0.x
git switch main
git merge --ff-only renovate/mkdocstrings-0.x
git switch main
git merge renovate/mkdocstrings-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/PyFlowery!35
No description provided.