From f53fc5acf6d60e9b27056e397d0017d16f1877b4 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Thu, 2 Apr 2020 13:11:10 +0200 Subject: [PATCH] Allow Markdown 3.2 series --- docs/release_notes.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index da1b16d7..c57e5da3 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -47,6 +47,7 @@ Changed * django-mptt updated from 0.9 to 0.11.0 :url-issue:`1019` (Benjamin Bach, slinkymanbyday) * sorl-thumbnail bumped to 12.6.2 :url-issue:`1019` (Benjamin Bach, slinkymanbyday) * Upgrade bleach from 2.1 to 3.1 :url-issue:`1020` (slinkymanbyday) +* Python-Markdown 3.2 compatibility (Benjamin Bach) Removed ~~~~~~~ diff --git a/setup.py b/setup.py index 82a5126c..ae8b3995 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requirements = [ "django-mptt>=0.11,<0.12", "django-sekizai>=0.10", "sorl-thumbnail>=12.6.2,<13", - "Markdown>=3.1,<3.2.0", + "Markdown>=3.1,<3.3", ] test_requirements = [ -- 2.45.2