Skip to content

build(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 in /mlperf-edu - #2000

Merged
profvjreddi merged 1 commit into
devfrom
dependabot/uv/mlperf-edu/pymdown-extensions-11.0.1
Aug 10, 2026
Merged

build(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 in /mlperf-edu#2000
profvjreddi merged 1 commit into
devfrom
dependabot/uv/mlperf-edu/pymdown-extensions-11.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps pymdown-extensions from 10.21.3 to 11.0.1.

Release notes

Sourced from pymdown-extensions's releases.

11.0.1

  • FIX: BetterEm: Fix regex pattern inefficiencies.
  • FIX: Tilde: Fix regex pattern inefficiencies.
  • FIX: Caret: Fix regex pattern inefficiencies.
  • FIX: MagicLink: Fix regex pattern inefficiencies.

11.0

  • BREAK: B64: Restricts relative links to base_path by default. Can be disabled by setting new restrict_path option to False. The new root_path can be specified if paths are desired to be restricted to a different location separate base_path which is also used as a relative base for image paths.
  • NEW: Drop Python 3.9 support.
  • FIX: Tabbed: Fix issue where an empty title would cause an exception.
Commits

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.

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.3 to 11.0.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.21.3...11.0.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 11.0.1
  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 Aug 8, 2026
@github-actions github-actions Bot added area: book Textbook content (Vol I & II) javascript Pull requests that update javascript code type: bug bug in rendering labels Aug 8, 2026
@Shashank-Tripathi-07

Copy link
Copy Markdown
Collaborator

Things changed in this dependency bump: Major version. Two real changes: the B64 markdown extension now restricts relative links to base_path by default (a behavior change, opt-out via restrict_path=False), and Python 3.9 support is dropped. Patch-level regex-efficiency fixes on top.

Components this dependency touches: Transitive only, pulled in by marimo (mlperf-edu uses marimo for its tutorial/notebook extra). Nothing in mlperf-edu's own code imports pymdown_extensions directly.

Downstream components that may break (if merged): Low risk. mlperf-edu/pyproject.toml already requires Python >=3.10, so the 3.9 drop is a non-issue. The B64 link-restriction change only matters if marimo's own markdown rendering uses that extension with relative links outside its base path, which isn't something mlperf-edu configures directly.

What to do before merging: Spot-check that marimo-rendered markdown (tutorial notebooks, if any ship images via relative links) still renders correctly after the bump.

Final decision: Let's get this merged.

@Shashank-Tripathi-07

Copy link
Copy Markdown
Collaborator

CI is red here, but not because of this bump. The failing jobs (Tests, Audit, and Package Portability, and everything downstream of it) fail with ModuleNotFoundError: No module named 'matplotlib' in tests/test_paper_figures.py, matplotlib is imported by tools/generate_paper_figures.py but was never added to mlperf-edu/pyproject.toml or uv.lock. Same failure is hitting #2001, #1993, and #1992 right now, so this is repo-wide, not specific to this bump.

Once matplotlib is added as a dependency and this PR rebases onto that fix, CI should go green and this can be merged.

@profvjreddi
profvjreddi merged commit 000d441 into dev Aug 10, 2026
4 of 13 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/mlperf-edu/pymdown-extensions-11.0.1 branch August 10, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: book Textbook content (Vol I & II) dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code python:uv Pull requests that update python:uv code type: bug bug in rendering

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants