From 8fc53aa15c598e50e32363808fb2f489589f88c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:27:40 +0000 Subject: [PATCH] Bump django-mptt from 0.13.3 to 0.14.0 Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.13.3 to 0.14.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.13.3...0.14) --- updated-dependencies: - dependency-name: django-mptt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 92ae307b9..e78447aa2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ Django==2.2.24 django-ajax-selects==1.9.1 django-ical==1.8.0 django-paypal==1.0.0 -django-mptt==0.13.3 +django-mptt==0.14.0 django-post-office==3.5.3 django-timezone-field==4.2.1 djangorestframework==3.12.4