Skip to content

chore(deps): Bump pymdown-extensions from 10.9 to 10.16.1#328

Merged
afsmeira merged 2 commits intomasterfrom
dependabot/pip/pymdown-extensions-10.16.1
Mar 25, 2026
Merged

chore(deps): Bump pymdown-extensions from 10.9 to 10.16.1#328
afsmeira merged 2 commits intomasterfrom
dependabot/pip/pymdown-extensions-10.16.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps pymdown-extensions from 10.9 to 10.16.1.

Release notes

Sourced from pymdown-extensions's releases.

10.6.1

10.16.1

  • FIX: Inefficient regular expression pattern for figure caption numbers.

10.16

  • NEW: Add early support for Python 3.14.
  • NEW: Drop support for Python 3.8.
  • NEW: Snippets: Added max_retries and backoff_retries options to configure new retry logic for HTTP 429 errors (Too Many Requests client error).
  • NEW: Caption: Prefix templates are now preserved exactly as specified allowing the insertion of HTML tags if desired.
  • FIX: Caption: Fix issue where manual numbers in auto were not respected appropriately.

10.15.0

  • NEW: SuperFences: Add relaxed_headers option which can tolerate bad content in the fenced code header. When enabled, code blocks with bad content in the header will likely still convert into code blocks, often respecting the specified language.
  • NEW: Add type hints to the Blocks interface and a few additional files.
  • FIX: Blocks: Fix some corner cases of nested blocks with lists.
  • FIX: Tab and Tabbed: Fix a case where tabs could fail if combine_header_slug was enabled and there was no header.

10.14.3

  • FIX: Blocks: An empty, raw block type should not cause an error.

10.14.2

  • FIX: Blocks: Fix some corner cases with md_in_html.

10.14.1

  • FIX: MagicLink: Ensure that repo names that start with . are handled correctly.
  • FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ).

10.14

  • NEW: Blocks.HTML: Add new custom option to specify tags and the assumed handling for them when automatic mode is assumed. This can also be used to override the handling for recognized tags with automatic handling.
  • FIX: Fix tests to pass with Pygments 2.19+.

10.13

  • NEW: Snippets: Allow multiple line numbers or line number blocks separated by ,.
  • NEW: Snippets: Allow using a negative index for number start indexes and end indexes. Negative indexes are converted to positive indexes based on the number of lines in the snippet.
  • FIX: Snippets: Properly capture empty newline at end of file.
  • FIX: Snippets: Fix issue where when non sections of files are included, section labels are not stripped.

... (truncated)

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 12:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production bot commented Mar 25, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity . 0 duplication
Metric Results
Complexity 0
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. Give us feedback

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates pymdown-extensions from 10.9 to 10.16.1. While the Codacy analysis is 'up to standards' with no new issues, this update introduces a breaking change: version 10.16 drops support for Python 3.8. If your environment or CI pipelines utilize Python 3.8, this merge will cause failures. Additionally, several core modules (SuperFences, Snippets, Captions) received significant logic updates in this version range, and the current PR lacks automated verification to ensure documentation rendering remains consistent.

About this PR

  • Verify the project's CI and deployment environments. This update drops support for Python 3.8; if the project still requires this version, the dependency bump must be deferred or the environment upgraded.
  • The PR lacks automated smoke tests or visual regression checks for documentation generation. Given the significant updates to core extensions in this release, manual verification of the documentation site is recommended before merging.

Test suggestions

  • Verify that pymdown-extensions is successfully updated to version 10.16.1 in the dependencies file.
  • Ensure documentation build/rendering remains functional, specifically checking for regressions in SuperFences, Snippets, or Captions as these modules received significant updates.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Ensure documentation build/rendering remains functional, specifically checking for regressions in SuperFences, Snippets, or Captions as these modules received significant updates.

🗒️ Improve review quality by adding custom instructions

@dependabot dependabot bot force-pushed the dependabot/pip/pymdown-extensions-10.16.1 branch from a035e04 to 35b33ba Compare March 25, 2026 12:21
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.9 to 10.16.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.9...10.16.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pymdown-extensions-10.16.1 branch from 35b33ba to 0842d55 Compare March 25, 2026 12:25
@afsmeira afsmeira enabled auto-merge (squash) March 25, 2026 12:28
@github-actions github-actions bot temporarily deployed to Netlify March 25, 2026 12:28 Inactive
@afsmeira afsmeira merged commit 6a162ae into master Mar 25, 2026
4 checks passed
@afsmeira afsmeira deleted the dependabot/pip/pymdown-extensions-10.16.1 branch March 25, 2026 12:29
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.

1 participant