From 65a32f2ea9fb39aef0c0d0df3602bf4ee27d6cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:49:50 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.6 to 3.9.1 in /tests Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.6 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.4.6...3.9.1) 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..54f4b18 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ Django==1.10 -djangorestframework==3.4.6 +djangorestframework==3.9.1 pytest==3.0.1