From c6efe258584b9cb0e94e65a771f99fff73225e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:19:41 +0000 Subject: [PATCH] Bump markdown from 3.3.4 to 3.4.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.4 to 3.4.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.4...3.4.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... 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..c9c1660c0 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.4.1', # django-rest-framework doc headers require this to support Markdown 'numpy~=1.20', 'pillow==8.2.0', 'plotly~=5.0',