Skip to content

build(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 in the uv group across 1 directory - #278

Merged
robcohen merged 2 commits into
mainfrom
dependabot/uv/uv-f8f175021c
Aug 9, 2026
Merged

build(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 in the uv group across 1 directory#278
robcohen merged 2 commits into
mainfrom
dependabot/uv/uv-f8f175021c

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the uv group with 1 update in the / directory: pymdown-extensions.

Updates 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 dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 9, 2026
Bumps the uv group with 1 update in the / directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).


Updates `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 force-pushed the dependabot/uv/uv-f8f175021c branch from c1af7a5 to 4d028a5 Compare August 9, 2026 15:54
@robcohen

robcohen commented Aug 9, 2026

Copy link
Copy Markdown
Member

Verified before merging, because nothing in CI builds the docspymdown-extensions is a transitive dependency of the docs group (via mkdocs-material and mkdocstrings), and no workflow runs mkdocs. So the 27 passing checks say nothing about this bump, which matters more than usual for a 10 → 11 major.

mkdocs.yml uses three of its extensions directly (pymdownx.highlight, pymdownx.superfences, pymdownx.inlinehilite), so I built the site on both versions and compared:

10.21.3 11.0.1
mkdocs exit 1 1
warnings 4 4
warning text identical identical
generated HTML byte-identical, all 8 pages

So the major bump is a genuine no-op for this site.

Separately, and not caused by this PR: mkdocs build --strict already fails on main with 4 warnings — three dead links (../contrib/docker/README.md twice, ../SECURITY.md) and one griffe docstring parse warning in query_shell.py:229. Since docs aren't built in CI, that has no way of being noticed. Worth either wiring a docs build into CI or fixing the links; happy to do either, but it's a separate change from a dependency bump.

@robcohen
robcohen merged commit 8de3d4f into main Aug 9, 2026
32 checks passed
@robcohen
robcohen deleted the dependabot/uv/uv-f8f175021c branch August 9, 2026 17:41
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant