From 5e0758bb367658a97a7fee955851fcdc8bf5af5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 08:52:31 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...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 55e0f6f..dd859e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 django==1.11.23 django-redis==4.9.0 django-rest-framework==0.1.0 -djangorestframework==3.8.2 +djangorestframework==3.9.1 gunicorn==19.9.0 idna==2.6 numpy==1.14.5