From d9e6ba07b76c3d926056f7d5a3bc6d8d86d00144 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 4 Oct 2023 20:47:55 +0100 Subject: [PATCH] Version bump django-filter to 23.3 for preliminary Django 5.0 compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74f7ed34d5..099047e98f 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires = [ "django-taggit>=2.0,<5.0", "django-treebeard>=4.5.1,<5.0", "djangorestframework>=3.11.1,<4.0", - "django-filter>=2.2,<24", + "django-filter>=23.3,<24", "draftjs_exporter>=2.1.5,<3.0", "Pillow>=9.1.0,<11.0.0", "beautifulsoup4>=4.8,<4.12",