From b1cab3173c00e2fdae04522ec70e7c8fc1880f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:26:35 +0000 Subject: [PATCH] build(deps): update markdown requirement in /_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] --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index a15c9ed..31e697c 100644 --- a/_build/requirements.txt +++ b/_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