From c451a4d78478b67c902fc2e746dbb7e8a5f9de2d Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Sun, 1 Dec 2024 18:55:16 -0700 Subject: [PATCH] Update markdown to 3.7 (#17465) * Update markdown to 3.7 * UPdate nh3 to 0.2.19 * Changelog: add markdown 3.7 upgrade entry Co-authored-by: Sean Budd --- requirements.txt | 4 ++-- user_docs/en/changes.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5c306940369..879bce4c57c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,12 +29,12 @@ nuitka==2.5.4 unittest-xml-reporting==3.2.0 # Building user documentation -Markdown==3.6.0 +Markdown==3.7 mdx_truly_sane_lists==1.3 markdown-link-attr-modifier==0.2.1 mdx-gh-links==0.4 # Sanitize HTML documentation output to prevent XSS from translators -nh3==0.2.18 +nh3==0.2.19 # For building developer documentation sphinx==8.1.2 diff --git a/user_docs/en/changes.md b/user_docs/en/changes.md index 4fe52ed259c..8e10c9ca3dd 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -90,6 +90,8 @@ Add-ons will need to be re-tested and have their manifest updated. * Updated pre-commit to 4.0.1. (#17260) * Updated typing-extensions to 4.12.2. (#17438, @josephsl) * Updated licensecheck to 2024.3. (#17440, @josephsl) + * Updated markdown to 3.7. (#17459, @josephsl) + * Updated nh3 0.2.19. (#17465, @josephsl) * Updated nuitka to 2.5.4. (#17458, @josephsl) * Updated schedule to 1.2.2. (#17455, @josephsl) * Updated requests to 2.32.3. (#17456, @josephsl)