From 69db13338e02a0765d926ff469157e1195de48d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:12:11 +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.7) --- updated-dependencies: - dependency-name: markdown 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 d7351bcfe..cc5321ca3 100644 --- a/docs/_build/requirements.txt +++ b/docs/_build/requirements.txt @@ -3,7 +3,7 @@ click==8.1.7 ghp-import==2.1.0 importlib-metadata==8.2.0 Jinja2==3.1.4 -Markdown>=3.2.1,<3.7 +Markdown>=3.2.1,<3.8 MarkupSafe==2.1.5 mergedeep==1.3.4 mkdocs==1.6.0