From 510575e8d2afd20f1c9c2e4371a0da93c76dd801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:18:13 +0000 Subject: [PATCH] Bump markdown from 3.4.3 to 3.5 in /mkdocs Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.5. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.5) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mkdocs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/requirements.txt b/mkdocs/requirements.txt index 45f023e..d7ddaec 100644 --- a/mkdocs/requirements.txt +++ b/mkdocs/requirements.txt @@ -1,5 +1,5 @@ # Direct dependencies -markdown==3.4.3 +markdown==3.5 mkdocs-material==9.1.19 mkdocs==1.4.3 Pygments==2.15.1