Skip to content

chore(deps): bump pymdown-extensions to 11.0.1 and mkdocs-material to 9.7.7 - #110

Merged
stubbi merged 2 commits into
mainfrom
docs-pymdown-11
Jul 28, 2026
Merged

chore(deps): bump pymdown-extensions to 11.0.1 and mkdocs-material to 9.7.7#110
stubbi merged 2 commits into
mainfrom
docs-pymdown-11

Conversation

@stubbi

@stubbi stubbi commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

Supersedes the standalone Dependabot bump. pymdown-extensions 11.0 cannot be installed on its own:

ERROR: Cannot install -r docs-site/requirements.txt and pymdown-extensions==11.0
because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible

mkdocs-material==9.5.49 declares pymdown-extensions~=10.2, which excludes 11.x. mkdocs-material 9.7.7 relaxes this to pymdown-extensions>=10.2, so the two must move together.

Changes

  • mkdocs-material 9.5.49 -> 9.7.7
  • pymdown-extensions 10.21.3 -> 11.0.1 (11.0.1 is current)

Verification

Clean venv install + strict build against the new pins, no theme override or plugin config changes required.

… 9.7.7

pymdown-extensions 11.0 cannot be installed alongside mkdocs-material
9.5.49, which pins pymdown-extensions~=10.2 (i.e. <11), so Dependabot's
standalone bump fails the strict docs build with ResolutionImpossible.

mkdocs-material 9.7.7 relaxes the constraint to pymdown-extensions>=10.2,
so bump both together. Verified with `mkdocs build --strict`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@stubbi
stubbi merged commit 2e34654 into main Jul 28, 2026
9 checks passed
@stubbi
stubbi deleted the docs-pymdown-11 branch July 28, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant