From dff49a097c5c273193a42434eca9b559a50f958e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 06:47:51 +0000 Subject: [PATCH] Update markdown requirement from ~=3.4.3 to ~=3.5.1 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.4.3...3.5.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64c3f298..905b7f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django~=4.2.7 pillow~=10.0.1 django-crispy-forms~=1.14.0 -Markdown~=3.4.3 +Markdown~=3.5.1 Unidecode~=1.3.6 Pygments~=2.14.0 django-mdeditor~=0.1.20