From 6782e2e630683a33078812d869a56b5eba968612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:57:01 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.6 to 3.11.2 in /tests Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.6 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.4.6...3.11.2) 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 20d72fd..aa77643 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ Django==1.10 -djangorestframework==3.4.6 +djangorestframework==3.11.2 pytest==3.0.1