Skip to content

Commit 1371b9f

Browse files
chore(deps): update dependency mistune to v3.2.0 (#557)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mistune](https://redirect.github.com/lepture/mistune) | `==3.1.4` -> `==3.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mistune/3.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mistune/3.1.4/3.2.0?slim=true) | --- ### Release Notes <details> <summary>lepture/mistune (mistune)</summary> ### [`v3.2.0`](https://redirect.github.com/lepture/mistune/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/lepture/mistune/compare/v3.1.4...v3.2.0) #####    🚀 Features - Support footnotes that start on the next line.  -  by [@&#8203;kylechui](https://redirect.github.com/kylechui) [<samp>(2677e)</samp>](https://redirect.github.com/lepture/mistune/commit/2677e2d) - Properly handle code blocks inside footnotes.  -  by [@&#8203;kylechui](https://redirect.github.com/kylechui) [<samp>(0516c)</samp>](https://redirect.github.com/lepture/mistune/commit/0516c9e) - Support python 3.14  -  by [@&#8203;lepture](https://redirect.github.com/lepture) [<samp>(7e0eb)</samp>](https://redirect.github.com/lepture/mistune/commit/7e0eb65) #####    🐞 Bug Fixes - Render ref links and footnotes in footnotes.  -  by [@&#8203;lepture](https://redirect.github.com/lepture) [<samp>(bd90e)</samp>](https://redirect.github.com/lepture/mistune/commit/bd90e44) - Render ref links in TOC.  -  by [@&#8203;lemon24](https://redirect.github.com/lemon24) [<samp>(a0a01)</samp>](https://redirect.github.com/lepture/mistune/commit/a0a0148) - Update typing for mypy upgrades  -  by [@&#8203;lepture](https://redirect.github.com/lepture) [<samp>(8d49c)</samp>](https://redirect.github.com/lepture/mistune/commit/8d49cba) - Render correct html for footnotes  -  by [@&#8203;lepture](https://redirect.github.com/lepture) [<samp>(9b622)</samp>](https://redirect.github.com/lepture/mistune/commit/9b62204) #####     [View changes on GitHub](https://redirect.github.com/lepture/mistune/compare/v3.1.4...v3.2.0) </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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cognitedata/pygen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff16454 commit 1371b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ mkdocs-gitbook==0.0.1
88
mkdocs-glightbox==0.4.*
99
pymdown-extensions==10.19.*
1010
mkdocstrings[python]==0.30.*
11-
mistune==3.1.4
11+
mistune==3.2.0

0 commit comments

Comments
 (0)