Skip to content

Commit

Permalink
build(pyproject): bump min version of django-mptt to 0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
  • Loading branch information
MyPyDavid committed Feb 5, 2025
1 parent 9bdc913 commit c730f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c730f84

Please sign in to comment.