From 6c1fa8cf2dd71f6412348a424bf0f3f6a41677b8 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 19 Nov 2020 17:17:24 +0100 Subject: [PATCH] Bump version of markdown dependency --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 92185164e5..2fe5ccbb90 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -31,7 +31,7 @@ static3==0.7.* dj-static csscompressor django-markup -markdown<=2.2 +markdown==3.3.* bleach>=3.1.4,<3.2.0 sentry-sdk==0.14.* babel diff --git a/src/setup.py b/src/setup.py index 883a6fbd16..67a9848b39 100644 --- a/src/setup.py +++ b/src/setup.py @@ -120,7 +120,7 @@ setup( 'dj-static', 'csscompressor', 'django-markup', - 'markdown<=2.2', + 'markdown==3.3.*', 'bleach>=3.1.4,<3.2.0', 'sentry-sdk==0.14.*', 'babel',