From 093ddf8cfdd3dd548e6c9ae685cd61721a2da3f5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 5 Dec 2021 13:37:05 +0100 Subject: [PATCH] Bump django-taggit version for Django 3 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa7aea1..d6c2685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=2.2.20 django-photologue~=3.13 -django-taggit>=0.24.0 +django-taggit>=1.5.0 django-crispy-forms~=1.7 django-allauth>=0.44 git+https://gitlab.crans.org/bde/allauth-note-kfet.git