From af20e68a490812c2aab4d9ff36ace34d0b4ea721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 08:05:07 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.1 to 3.9.1 in /api Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.1 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.1...3.9.1) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 00e6b57..2b9394f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ django<2.0 # https://www.django-rest-framework.org/community/3.8-announcement/#deprecations -djangorestframework==3.8.1 +djangorestframework==3.9.1 psycopg2 uwsgi \ No newline at end of file