From f8b101a3e043ac39e1b1efbaae86b1e097b78fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 13:11:35 +0000 Subject: [PATCH] Bump markdown from 3.3.4 to 3.3.7 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.4 to 3.3.7. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.4...3.3.7) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..9a059685d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'django-gravatar2~=1.4', 'django-guardian~=2.3', 'fits2image==0.4.3', - 'Markdown==3.3.4', # django-rest-framework doc headers require this to support Markdown + 'Markdown==3.3.7', # django-rest-framework doc headers require this to support Markdown 'numpy~=1.20', 'pillow==8.2.0', 'plotly~=5.0',