Skip to content

Commit dc6873e

Browse files
committed
build(pyproject): bump min version of django-mptt to 0.16.0
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 1d66266 commit dc6873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"django-filter>=23.2,<25.0",
4949
"django-libsass>=0.9,<1.0",
5050
"django-mathfilters>=1.0,<2.0",
51-
"django-mptt==0.14.0", # pinned, 0.15 requires Python >= 3.9
51+
"django-mptt>=0.16.0,<1.0.0",
5252
"django-rest-swagger>=2.2,<3.0",
5353
"django-settings-export>=1.2,<2.0",
5454
"django-split-settings>=1.2,<2.0",

0 commit comments

Comments
 (0)