Skip to content

Bump mistune from 3.3.0 to 3.3.3 in /python - #14361

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/mistune-3.3.3
Open

Bump mistune from 3.3.0 to 3.3.3 in /python#14361
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/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 dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python:uv Pull requests that update python:uv code labels Sep 2, 2026
Copilot AI lite review requested due to automatic review settings September 2, 2026 16:47
@dependabot
dependabot Bot requested a review from a team as a code owner September 2, 2026 16:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python:uv Pull requests that update python:uv code labels Sep 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MAF Automated Review — Iteration 1

Result: No findings
Scope: full PR (1 commit(s)): 6f26642490b0
Model: claude-opus-4.8

Overview

This Dependabot PR bumps the transitively-pinned mistune package from 3.3.0 to 3.3.3 in python/uv.lock; the only meaningful change is a single version/hash update to the mistune block, and both the new sdist and wheel SHA256 hashes were verified byte-for-byte against the authentic upstream PyPI artifacts. The remaining ~829/829-line churn is a whole-file re-resolution that normalizes environment markers (dropping the sys_platform == 'darwin' or 'linux' or 'win32' disjunctions and collapsing compound python_full_version markers); this is provably semantically equivalent because the top-level supported-markers gate (python/uv.lock:24-28) and pyproject.toml [tool.uv].environments are unchanged, package parity is 328/328, and no other package version changed. uv lock --locked resolves the committed lock cleanly (exit 0). mistune is a dev-only transitive dependency via nbconvert, not imported in semantic_kernel source, so there is no untrusted-input reachability. The only residual concerns are process/reproducibility (a full re-resolve inside a one-line bump, and a lock format newer than the CI-pinned uv), neither of which demonstrates a concrete runtime, compatibility, or contract failure; both are captured as non-blocking Recommendations/Follow-up.

Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.

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 force-pushed the dependabot/uv/python/mistune-3.3.3 branch from 6f26642 to 8633911 Compare September 3, 2026 15:20
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. Used by Dependabot. python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant