From 78feb349c0561c6b7ae858f27eeeacf7ae17bf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 02:06:30 +0000 Subject: [PATCH] Bump djangorestframework from 3.5.0 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.5.0 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.5.0...3.9.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2210a6b..2201d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django==1.8.2 django-honeypot==0.5.0 django-allauth==0.29.0 django-compressor==1.5 -djangorestframework==3.5.0 +djangorestframework==3.9.1 django-angular==0.8.4 django-mptt==0.7.4 lxml==3.4.4