From c730f84e0b6fb963f1ca6bb08aff229c8c1ffba3 Mon Sep 17 00:00:00 2001 From: David Wallace Date: Wed, 5 Feb 2025 11:43:37 +0100 Subject: [PATCH] build(pyproject): bump min version of django-mptt to 0.16.0 Signed-off-by: David Wallace --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15d09e6c5..d6cd36665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "django-filter>=23.2,<25.0", "django-libsass>=0.9,<1.0", "django-mathfilters>=1.0,<2.0", - "django-mptt==0.14.0", # pinned, 0.15 requires Python >= 3.9 + "django-mptt>=0.16.0,<1.0.0", "django-rest-swagger>=2.2,<3.0", "django-settings-export>=1.2,<2.0", "django-split-settings>=1.2,<2.0",