From 980189c0c8e9d6fb6408447c4ee0cb3730d2c080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:14:46 +0200 Subject: [PATCH] Bump django-mptt from 0.14.0 to 0.15.0 (#11541) * Bump django-mptt from 0.14.0 to 0.15.0 Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.14.0 to 0.15.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.14...0.15) --- updated-dependencies: - dependency-name: django-mptt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * - Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e9989c8705..7d1b4a9b914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ django-filter==23.3 django-imagekit==4.1.0 django-taggit==1.5.1 django-markdownify==0.9.3 -django-mptt==0.14.0 +django-mptt==0.15.0 django-modeltranslation>=0.11,<0.19.0 django-treebeard==4.7 django-guardian<2.4.1 diff --git a/setup.cfg b/setup.cfg index f69ad657dcb..2b22c939e0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ install_requires = django-imagekit==4.1.0 django-taggit==1.5.1 django-markdownify==0.9.3 - django-mptt==0.14.0 + django-mptt==0.15.0 django-modeltranslation>=0.11,<0.19.0 django-treebeard==4.7 django-guardian<2.4.1