From 9f2b5b3fcc7baaeed3a25a111d4c7ae81c3a9b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:49:40 +0000 Subject: [PATCH 1/2] build(deps-dev): update django-mptt requirement Updates the requirements on [django-mptt](https://github.com/django-mptt/django-mptt) to permit the latest version. - [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.14...0.15) --- updated-dependencies: - dependency-name: django-mptt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffab1ba95f..590c50b2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "django-filter~=23.2", "django-libsass~=0.9", "django-mathfilters~=1.0", - "django-mptt~=0.14.0", + "django-mptt>=0.14,<0.16", "django-rest-swagger~=2.2", "django-settings-export~=1.2", "django-split-settings~=1.2", From 92c1770c0f68462b6f2936006b10abcc3f5a352a Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Sun, 15 Oct 2023 09:48:19 +0000 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 590c50b2b4..6ddb443af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "django-filter~=23.2", "django-libsass~=0.9", "django-mathfilters~=1.0", - "django-mptt>=0.14,<0.16", + "django-mptt~=0.15.0", "django-rest-swagger~=2.2", "django-settings-export~=1.2", "django-split-settings~=1.2",