From 19f0de05c9b1ceb40b4c0049595a694c8dade56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 00:25:23 +0000 Subject: [PATCH] Bump djangorestframework from 3.12.4 to 3.14.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.14.0) --- 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..583ba563b 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.14.0 pre-commit==2.15.0 python-dateutil==2.8.2 pytz==2021.1