From 4091dd0d3aeb0e3badf44ba1cad92efb251efb86 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 4 Sep 2024 18:05:57 +0530 Subject: [PATCH] [deps] Bumped django-taggit~=5.0.0 django-taggit~=6.0.0 drops support for Django 3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccfcf3543..2a322a40e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django-sortedm2m~=3.1.1 django-reversion~=5.0.12 -django-taggit~=6.0.0 +django-taggit~=5.0.0 netjsonconfig @ https://github.com/openwisp/netjsonconfig/tarball/master django-x509 @ https://github.com/openwisp/django-x509/tarball/master django-loci @ https://github.com/openwisp/django-loci/tarball/master