Skip to content

Bump pymdown-extensions from 10.21.3 to 11.0 in /mlperf-edu - #1987

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/mlperf-edu/pymdown-extensions-11.0
Closed

Bump pymdown-extensions from 10.21.3 to 11.0 in /mlperf-edu#1987
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/mlperf-edu/pymdown-extensions-11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pymdown-extensions from 10.21.3 to 11.0.

Release notes

Sourced from pymdown-extensions's releases.

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.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.21.3...11.0)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: '11.0'
  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 3, 2026
@github-actions github-actions Bot added area: book Textbook content (Vol I & II) type: bug bug in rendering labels Aug 3, 2026
@Shashank-Tripathi-07

Copy link
Copy Markdown
Collaborator

Checked this one, bigger jump than the usual patch bumps (10.21.3 to 11.0) so it got a closer look. Lockfile only, 7 lines.

Release notes list two breaking changes. Drop of Python 3.9 support, mlperf-edu already requires 3.10 minimum so that doesn't apply. B64 extension restricts relative links to base_path by default, checked and pymdown/pymdownx/B64 don't appear anywhere in mlperf-edu's own code, docs, or config, it's purely transitive, so this has no path to actually affect anything here.

CI is red, same as the other two mlperf-edu bumps. Pulled the log, same failure: assert len(listed["workloads"]) == 9 fails because there are actually 13 workloads now. Pre-existing on dev, not caused by this bump.

Safe to merge.

@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2000.

@dependabot dependabot Bot closed this Aug 8, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/mlperf-edu/pymdown-extensions-11.0 branch August 8, 2026 07:16
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 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.

1 participant