From db2fb0cf85f3ad42011cd3b9ad8832008e9251ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 00:53:49 +0000 Subject: [PATCH] Bump djangorestframework from 3.12.4 to 3.13.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.13.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.13.1) --- updated-dependencies: - dependency-name: djangorestframework 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..4bc3bc6f5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ django-paypal==1.0.0 django-mptt==0.13.3 django-post-office==3.5.3 django-timezone-field==4.2.1 -djangorestframework==3.12.4 +djangorestframework==3.13.1 pre-commit==2.15.0 python-dateutil==2.8.2 pytz==2021.1