From 9ef702171fdc7536e157db722a1ebdfda6852cf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 13:18:04 +0000 Subject: [PATCH] [Security] Bump markdown2 from 2.3.7 to 2.3.9 Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.3.7 to 2.3.9. **This update includes a security fix.** - [Release notes](https://github.com/trentm/python-markdown2/releases) - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/python-markdown2/compare/2.3.7...2.3.9) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09e4496ad0..94d8116324 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ idna==2.8 # via requests lxml==3.7.1 # via http-crawler -markdown2==2.3.7 +markdown2==2.3.9 # via django-markdown-deux pyyaml==5.4 # via django-amber