From 351ca493d38db16a0c2bc2e33812cf5da003eafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:53:32 +0000 Subject: [PATCH] chore(deps): update markdown requirement in /docs/_build Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.2.1...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/_build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_build/requirements.txt b/docs/_build/requirements.txt index 34ae65134..35816f02f 100644 --- a/docs/_build/requirements.txt +++ b/docs/_build/requirements.txt @@ -3,7 +3,7 @@ click==8.3.2 ghp-import==2.1.0 importlib-metadata==9.0.0 Jinja2==3.1.6 -Markdown>=3.2.1,<3.11 +Markdown>=3.10.2,<3.11 MarkupSafe==3.0.3 mergedeep==1.3.4 mkdocs==1.6.1