From 30bd1db6801ba83ef4f177f3e17ec9581ac7a669 Mon Sep 17 00:00:00 2001 From: Pierre Ducroquet Date: Mon, 27 Feb 2023 13:46:56 +0100 Subject: [PATCH] taggit: update version since we are on bullseye (#74895) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47b707b..1400f4f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires = [ 'django-model-utils<4', 'factur-x', 'requests', - 'django-taggit==0.24.0', # 0.24.0 is available in buster + 'django-taggit==2.1.0', # 2.1.0 is available in bullseye 'XStatic-Select2', 'gadjo', 'django-mellon',