From 0864913162889c671296bc55976c12c7a85bb8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 03:07:15 +0000 Subject: [PATCH] Bump markdown from 3.1.1 to 3.4.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.1.1 to 3.4.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.1.1...3.4.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5df69c0787..0bf1b3532c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ html2text==2018.1.9 humanize==0.5.1 jira==2.0.0 lxml==4.3.3 -Markdown==3.1.1 +Markdown==3.4.1 mysqlclient==1.4.2 pandas>=0.24.2 pdfkit==0.6.1 diff --git a/setup.py b/setup.py index e827e2156ab..aac0acae427 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'pbr', 'django-slack', 'asteval', - 'Markdown==3.0.1', + 'Markdown==3.4.1', 'pandas>=0.22.0', 'django-dbbackup>=3.2.0', 'django-taggit-serializer==0.1.7',