From 3d5eeeed6c3fb7531f1760232f168745d35af617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:18:49 +0000 Subject: [PATCH] Bump markdown from 3.3.4 to 3.3.5 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.4...3.3.5) --- 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..80c4fc85c 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.5', # django-rest-framework doc headers require this to support Markdown 'numpy~=1.20', 'pillow==8.2.0', 'plotly~=5.0',