From 392feeb5e240275a86139377d8fa2804ddca5d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:15:35 +0000 Subject: [PATCH] Update markdown requirement from ~=3.3.4 to ~=3.3.6 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) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.4...3.3.6) --- 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 428e897f..8f4f2835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django~=3.2.9 pillow~=8.4.0 django-crispy-forms~=1.13.0 -Markdown~=3.3.4 +Markdown~=3.3.6 Unidecode~=1.3.2 Pygments~=2.10.0 django-mdeditor~=0.1.18