[PR #9202] [MERGED] build(deps): bump pymdown-extensions from 10.11.2 to 10.14.2 in /backend #77211

Closed
opened 2026-05-13 10:34:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/9202
Author: @dependabot[bot]
Created: 2/1/2025
Status: Merged
Merged: 2/1/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/pymdown-extensions-10.14.2


📝 Commits (1)

  • aa2eb37 build(deps): bump pymdown-extensions from 10.11.2 to 10.14.2 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps pymdown-extensions from 10.11.2 to 10.14.2.

Release notes

Sourced from pymdown-extensions's releases.

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.
  • FIX: BetterEm: Fixes for complex cases.
  • FIX: Blocks: More consistent handling of empty newlines in block processor extensions.

10.12

  • NEW: Blocks: Blocks extensions no longer considered in beta.
  • NEW: Details: Details is marked as "legacy" in documentation in favor of the new pymdownx.blocks.details approach.
  • NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new pymdownx.blocks.tab approach.
  • NEW: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.
  • NEW: Emoji: Add a new strict option that will raise an exception if an emoji is used whose name has changed, removed, or never existed.
  • FIX: Emoji: Emoji links should be generated such that they point to the new CDN version.
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/9202 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pymdown-extensions-10.14.2` --- ### 📝 Commits (1) - [`aa2eb37`](https://github.com/open-webui/open-webui/commit/aa2eb37e10687cf912fc0aa1add3a3368271231d) build(deps): bump pymdown-extensions from 10.11.2 to 10.14.2 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.11.2 to 10.14.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.14.2</h2> <ul> <li><strong>FIX</strong>: Blocks: Fix some corner cases with <code>md_in_html</code>.</li> </ul> <h2>10.14.1</h2> <ul> <li><strong>FIX</strong>: MagicLink: Ensure that repo names that start with <code>.</code> are handled correctly.</li> <li><strong>FIX</strong>: FancyLists: Fix case were lists could be falsely created when a line started with <code>.</code> or <code>)</code>.</li> </ul> <h2>10.14</h2> <ul> <li><strong>NEW</strong>: Blocks.HTML: Add new <code>custom</code> 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.</li> <li><strong>FIX</strong>: Fix tests to pass with Pygments 2.19+.</li> </ul> <h2>10.13</h2> <ul> <li><strong>NEW</strong>: Snippets: Allow multiple line numbers or line number blocks separated by <code>,</code>.</li> <li><strong>NEW</strong>: 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.</li> <li><strong>FIX</strong>: Snippets: Properly capture empty newline at end of file.</li> <li><strong>FIX</strong>: Snippets: Fix issue where when non sections of files are included, section labels are not stripped.</li> <li><strong>FIX</strong>: BetterEm: Fixes for complex cases.</li> <li><strong>FIX</strong>: Blocks: More consistent handling of empty newlines in block processor extensions.</li> </ul> <h2>10.12</h2> <ul> <li><strong>NEW</strong>: Blocks: Blocks extensions no longer considered in beta.</li> <li><strong>NEW</strong>: Details: Details is marked as &quot;legacy&quot; in documentation in favor of the new <code>pymdownx.blocks.details</code> approach.</li> <li><strong>NEW</strong>: Tabbed: Tabbed is marked as &quot;legacy&quot; in documentation in favor of the new <code>pymdownx.blocks.tab</code> approach.</li> <li><strong>NEW</strong>: Caption: Add new &quot;blocks&quot; style extension called Caption which helps with specifying figures with captions.</li> <li><strong>NEW</strong>: Emoji: Add a new <code>strict</code> option that will raise an exception if an emoji is used whose name has changed, removed, or never existed.</li> <li><strong>FIX</strong>: Emoji: Emoji links should be generated such that they point to the new CDN version.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/120dbc7ab4f9c55593de0f37caa8e4df293fa42c"><code>120dbc7</code></a> Doc: Fix incorrect parameter name</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/fe7c28779320566b6249b4e1e3099093de83e7d9"><code>fe7c287</code></a> Docs: Remove some JS deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/5849b7400bc82f84b55b0208cde0cfa7d929a613"><code>5849b74</code></a> Docs: Update JS deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/968c6c732c2f61e35287dde47b2ee4d0d8665aa2"><code>968c6c7</code></a> Block extensions: ensure <code>md_in_html</code> has the correct target element (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2577">#2577</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/868f7e95064b50f6593263a57681533978c99f97"><code>868f7e9</code></a> Update versioning to reflect next release</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/2aba1895ad7ec19ef90d6385e6f798414d97a0e2"><code>2aba189</code></a> Fix list patterns in FancyList (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2576">#2576</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/b5d38261aac121cb13cd459df0272c4c81abd67f"><code>b5d3826</code></a> Docs: Fix snippets example</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/c9ef97e65936f2ec932b04d688bc5fba6d7787ab"><code>c9ef97e</code></a> Docs: Update stylelint (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2564">#2564</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/94c6bc4d704455e03a0242b1d1ccefaf3179ee5a"><code>94c6bc4</code></a> Fix Block HTML lint issue</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/ba219e67a1764ad8bf0a692faca00fb1086059d2"><code>ba219e6</code></a> Fix spelling</li> <li>Additional commits viewable in <a href="https://github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.14.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymdown-extensions&package-manager=pip&previous-version=10.11.2&new-version=10.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 10:34:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#77211