From 1204e8b4c0e03a24ca22a10fe57f3d190fffa9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:28:48 +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. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.2.1...3.5) --- 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 8f57d3750..ec7837a6f 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==6.8.0 Jinja2==3.1.2 -Markdown>=3.2.1,<3.5 +Markdown>=3.2.1,<3.6 MarkupSafe==2.1.3 mergedeep==1.3.4 mkdocs==1.5.3