From a4bdfddc218a144c0dbc7677bc84b4b2866d91d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:01:50 +0000 Subject: [PATCH] Bump django-mptt from 0.16.0 to 0.18.0 Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/django-mptt/django-mptt/releases) - [Changelog](https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/django-mptt/django-mptt/compare/0.16...0.18) --- updated-dependencies: - dependency-name: django-mptt dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 4c9f589..46261a8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -9,6 +9,6 @@ sphinx-notfound-page # for extracting model docs django==3.2.25 djangorestframework==3.14.0 -django-mptt==0.16.0 +django-mptt==0.18.0 rsa==3.4.2 ifcfg==0.21