From a9ced69b2aaf57227735770eada6465810664eaf Mon Sep 17 00:00:00 2001 From: Yuekui Date: Tue, 4 Jul 2023 16:24:53 -0700 Subject: [PATCH] Move django-filter version upper bound to 24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f2715309c69..fa6c22ebaf46 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "django-taggit>=2.0,<5.0", "django-treebeard>=4.5.1,<5.0", "djangorestframework>=3.11.1,<4.0", - "django-filter>=2.2,<23", + "django-filter>=2.2,<24", "draftjs_exporter>=2.1.5,<3.0", "Pillow>=4.0.0,<10.0.0", "beautifulsoup4>=4.8,<4.12",