Skip to content

chore(deps): Bump pymdown-extensions from 10.21.2 to 11.0#362

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pymdown-extensions-11.0
Open

chore(deps): Bump pymdown-extensions from 10.21.2 to 11.0#362
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pymdown-extensions-11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps pymdown-extensions from 10.21.2 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.

10.21.3

  • FIX: Fix regression that allows a snippet to be loaded outside of the base path using directory traversal when restrict_base_path is enabled (the default). Found by @​gistrec.
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)

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

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: '11.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 17:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 6, 2026
@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The dependency update to pymdown-extensions v11.0 is technically correct and meets quality standards according to Codacy. However, this is a major version release that introduces two significant breaking changes: the removal of support for Python 3.9 and a security-focused restriction in the B64 extension regarding relative links. It is critical to verify that the CI/CD pipeline and deployment environments are using Python 3.10 or newer and that any documentation using the B64 extension does not rely on links outside the defined base_path.

About this PR

  • Python 3.9 support has been dropped in this version. Ensure all deployment environments and CI/CD pipelines are updated to Python 3.10 or newer to prevent installation and runtime failures.
  • The 11.0 release introduces a restriction in the B64 extension where relative links are restricted to the base_path by default. This may break image rendering or links in existing documentation if they reference paths outside of that directory.

Test suggestions

  • Verify Markdown rendering remains consistent and functional with the new version.
  • Validate B64 extension behavior with relative links to ensure compatibility with new base_path restrictions.
  • Confirm the build/runtime environment uses Python 3.10+ since Python 3.9 support is dropped.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify Markdown rendering remains consistent and functional with the new version.
2. Validate B64 extension behavior with relative links to ensure compatibility with new base_path restrictions.
3. Confirm the build/runtime environment uses Python 3.10+ since Python 3.9 support is dropped.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants