From fc7d8eaa9d4cc84b5c9c7d3227b3b25d2e2ea066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 14:40:50 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.9.1 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76d9af9..31c931f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-api-docs==1.1.1 django-cors-headers==2.4.0 django-filter==2.0.0.dev1 django-pipeline==1.6.13 -djangorestframework==3.7.7 +djangorestframework==3.9.1 djangorestframework-jwt==1.11.0 futures==3.1.1 ipaddress==1.0.17