From d55889d12457373186eb1b68b6006fee5d9f2c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:14:13 +0100 Subject: [PATCH] Bump markdown from 3.4.4 to 3.5.1 (#168) Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.4 to 3.5.1. - [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.4.4...3.5.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abba85aa..0e782929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.12.2 cffi==1.16.0 html5lib==1.1 -Markdown==3.4.4 +Markdown==3.5.1 mwparserfromhell==0.6.5 pycparser==2.21 pygit2==1.13.2