Skip to content

build(deps): bump mistune from 3.3.0 to 3.3.3 - #1264

Merged
genedan merged 1 commit into
mainfrom
dependabot/uv/mistune-3.3.3
Sep 2, 2026
Merged

build(deps): bump mistune from 3.3.0 to 3.3.3#1264
genedan merged 1 commit into
mainfrom
dependabot/uv/mistune-3.3.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps mistune from 3.3.0 to 3.3.3.

Release notes

Sourced from mistune's releases.

v3.3.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.3.2

   🐞 Bug Fixes

    View changes on GitHub

v3.3.1

   🐞 Bug Fixes

  • abbr: Update process_text method in abrr, adding parse_emphasis parameter  -  by @​lepture (ae850)
  • directive: Use correct file path for include directive  -  by @​lepture (18c21)
    View changes on GitHub
Changelog

Sourced from mistune's changelog.

Version 3.3.3

Released on Jul 9, 2026

  • Limit deeply nested emphasis and image parsing to avoid RecursionError.
  • Fix repeated link suffix and unclosed formatting marker performance issues.
  • Fix unclosed inline spoiler performance issues.
  • Avoid recursive parsing for adjacent ruby tokens.
  • Speed up footnote reference indexing.

Version 3.3.2

Released on Jun 23, 2026

  • Fix Python 3.8 import compatibility in the inline parser.
  • Fix mypy compatibility for list parsing on Python 3.8 and 3.9+.

Version 3.3.1

Released on Jun 22, 2026

  • Fix abbr plugin compatibility with escaped inline text.
  • Normalize included Markdown line endings before parsing directives.
Commits
  • 060f73a chore: release 3.3.3
  • ae7e9d5 perf: improve for footnotes, ruby and spoiler
  • c2228a2 perf: improve performance for math and formatting plugins
  • e001d51 perf: improve link label parsing performance
  • cca5ee6 fix: add image max depth
  • 0938fb7 fix: add max_emphasis_depth
  • 9946c92 tests: update dealine time for pypy
  • 4009f67 fix: use SAFE_PROTOCOLS instead of HARMFUL_PROTOCOLS
  • 3025549 Merge pull request #462 from Sanjays2402/fix/markdown-renderer-escape-emphasis
  • b042996 fix: escape literal emphasis markers in MarkdownRenderer
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Lockfile-only transitive dependency bump for documentation Markdown tooling; no direct code paths or security-critical app logic change in this diff.

Overview
Updates uv.lock so the resolved mistune package moves from 3.3.0 to 3.3.3 (sdist/wheel URLs and hashes only). There are no application or docs source changes in this PR.

The newer mistune patch releases mainly improve Markdown parsing and rendering: link-protocol handling (SAFE_PROTOCOLS), emphasis/image depth limits, nested link and list-item fixes, and several parser performance improvements. For this repo that typically affects docs/notebook Markdown rendering through transitive deps such as myst-nb, not core chainladder runtime behavior.

Reviewed by Cursor Bugbot for commit 10f609e. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [mistune](https://github.com/lepture/mistune) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst)
- [Commits](lepture/mistune@v3.3.0...v3.3.3)

---
updated-dependencies:
- dependency-name: mistune
  dependency-version: 3.3.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 2, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 2, 2026
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Pyright Type Completeness

View the full pyright --verifytypes output for this commit

Project (full chainladder package, at this PR's head): 15.2% of exported symbols fully typed (209 / 1377)

Known Ambiguous Unknown Total
Project (head) 209 111 1057 1377

Other symbols referenced but not exported by chainladder: 13

Known Ambiguous Unknown Total
Other (head) 3 1 9 13

Symbols without documentation:

  • Functions without docstring: 325
  • Functions without default param: 0
  • Classes without docstring: 10

Patch (exported symbols added or changed by this PR): no exported symbol type-completeness changes detected.

@genedan
genedan merged commit e03d708 into main Sep 2, 2026
20 checks passed
@genedan
genedan deleted the dependabot/uv/mistune-3.3.3 branch September 2, 2026 19:31
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant