deps: pin pymdown-extensions to >=11.0.1 in docs group - #1439
Open
katsugtgz wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pins
pymdown-extensionsin the docs group to address GHSA-9xwg-3r6f-jcx2, GHSA-gm37-52c6-37mw (same records as PYSEC-2026-3609, PYSEC-2026-3654).Evidence:
pyproject.tomldocs group previously had"pymdown-extensions"with no version constraint, so a freshuv synccould resolve any version, including affected ones>=11.0.1; python_version >= '3.10'(11.0.1 requires Python 3.10+, matching the docs toolchain)Validation:
uv sync --group devanduv sync --group docsresolve cleanly with the pin; resolved version is 11.0.1uv run --group docs zensical buildsucceeds with the pin, same 6 warnings as on mainuv run --group dev pytestshows the same results as on main (31 failed, 256 passed, 48 skipped); the failures are pre-existing ImportError failures from missing optional torch and ultralytics extras, identical on unmodified mainScope: dependency pin in pyproject.toml only.