From 74ac9a5d47620ff471fcb07a60ed49f0748922f3 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:12:08 -0800 Subject: [PATCH] Update dependency pymdown-extensions to v10.13 (#1867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pymdown-extensions](https://redirect.github.com/facelessuser/pymdown-extensions) | minor | `==10.12` -> `==10.13` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
facelessuser/pymdown-extensions (pymdown-extensions) ### [`v10.13`](https://redirect.github.com/facelessuser/pymdown-extensions/releases/tag/10.13) [Compare Source](https://redirect.github.com/facelessuser/pymdown-extensions/compare/10.12...10.13) #### 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.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/mkdocs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs-requirements.txt b/.github/workflows/mkdocs-requirements.txt index fcdae4fa5..a3427eb8a 100644 --- a/.github/workflows/mkdocs-requirements.txt +++ b/.github/workflows/mkdocs-requirements.txt @@ -10,7 +10,7 @@ mkdocs-macros-plugin==1.3.7 mkdocs-material==9.5.49 mkdocs-material-extensions==1.3.1 Pygments==2.18.0 -pymdown-extensions==10.12 +pymdown-extensions==10.13 python-dateutil==2.9.0.post0 PyYAML==6.0.2 repackage==0.7.3