From 7b99b02defbe166c8f9e7bb3ed6847269ad68c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:45:06 +0000 Subject: [PATCH] Bump django-mptt from 0.13.3 to 0.13.4 Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.13.3 to 0.13.4. - [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.13.4) --- updated-dependencies: - dependency-name: django-mptt dependency-type: direct:production update-type: version-update:semver-patch ... 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..25ceb1e31 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.13.4 django-post-office==3.5.3 django-timezone-field==4.2.1 djangorestframework==3.12.4