From 25e0957b6bc33cd5a84bf3cda3647b8a03d3692f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 1 Apr 2020 16:37:01 +0200 Subject: [PATCH] setup: allow micro django-ckeditor updates (#41233) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 529627de1..182352ca2 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ setup( url = "http://wcs.labs.libre-entreprise.org", install_requires=[ 'gadjo>=0.53', - 'django-ckeditor<=4.5.3', + 'django-ckeditor<4.5.4', 'django-ratelimit<3', 'XStatic-Leaflet', 'XStatic-Leaflet-GestureHandling',