From ea4b295189c63c7eca464d00932e1a268dcb6b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 01:13:33 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.9.1 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.9.1) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 795150b..3f2550c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,4 +3,4 @@ Xblock==1.2.9 # edx-submissions edx-submissions==3.0.2 -djangorestframework==3.7.7 # Now needed by edx-submissions \ No newline at end of file +djangorestframework==3.9.1 # Now needed by edx-submissions \ No newline at end of file