chore(deps): update python dependencies (patch)#1574
Merged
renovate[bot] merged 1 commit intomainfrom May 2, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
3303246 to
97bdee0
Compare
97bdee0 to
58b1667
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.32.6→==0.32.7==0.0.34→==0.0.37Release Notes
15r10nk/inline-snapshot (inline-snapshot)
v0.32.7Compare Source
Fixed
3 + 3) are preserved when elements are removed from or added to a tuple.zensical/zensical (zensical)
v0.0.37: 0.0.37Compare Source
Summary
This version adds support for installable themes. You can now bundle your theme overrides and package them into a custom theme which can be installed via
pip.As of now, we closely mirror the process used by MkDocs, where themes just need to register themselves in the
mkdocs.themesentrypoint, to allow users that already have derivations of Material for MkDocs to run them on Zensical. In the coming months, with the advent of the component system, we'll make this process much more flexible and foster reuse at the component level. For now, this is a first step to allow sharing of theme overrides and default configurations inside organizations with dozens or even thousands of projects.Changelog
Features
7694535zensical, compat – installable theme extensions (#511)Bug fixes
72ba122compat – sanitize nested metadata (#582)2fb663ecompat – text adjacent to image included in link to open image in lightbox (#579)dc32bafcompat – anchor links preserved in table of content section titles (#578)127648ecompat – attributes not applied to lightbox imagesRefactorings
9872092compat – subclassMarkdownprocessors to extend functionalityfdeb061compat – use identical name for tree- and post-processorv0.0.36: 0.0.36Compare Source
Summary
This version adds the missing update of the user interface that should've been included with v0.0.35.
Changelog
Bug fixes
d4d88f8ui – update ui to v0.0.15v0.0.35: 0.0.35Compare Source
Summary
This version adds native support for GLightbox, a JavaScript lightbox library to add zoom and gallery features to images. Images can be automatically annotated with the new
glightboxMarkdown extension. Add the following tozensical.toml:HTML in the table of contents
Additionally, section titles in the table of contents will now render with HTML markup, so you can use emojis and other inline features in section titles and have them render correctly in the table of contents. In Material for MkDocs, this functionality was implemented with the
typesetplugin. Zensical now supports this natively.Relative links in raw HTML
Relative links in raw HTML are now correctly resolved. Initially, we carried over the link processing and resolution logic from MkDocs, which does not support relative links in raw HTML to this day. We implemented a Python Markdown postprocessor, to ensure that relative links in raw HTML are handled as well.
Changelog
Features
5519730zensical, compat – render section title with markup in table of contentsdb8518dcompat – add plugin compatibility shim forglightbox057da7ccompat – add support for image galleries usingglightbox(#290)Bug fixes
64f3f33compat – relative links in raw HTML not correctly resolved (#258)87abb2acompat – removeimgattributes moved to parent inGLightboxExtensionf7531afcompat – images in raw HTML are double-processed byGLightboxExtension1d8dc83compat – ensureNoneattributes are not added byGlightboxExtension773fa76zensical – support uv's symlink mode (#557)Refactorings
7c977a8compat – moveGLightboxextension to regularPostprocessorConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.