From c55c36da73e242a2c733e2a1b9ee97b08424c156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:21:04 +0000 Subject: [PATCH] Bump djangorestframework from 2.3.7 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 2.3.7 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/2.3.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 0a9a410..d48b0ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2017.7.27.1 chardet==3.0.4 Django==1.7.11 django-silk==1.0.0 -djangorestframework==2.3.7 +djangorestframework==3.9.1 factory-boy==2.9.2 Faker==0.7.18 gprof2dot==2016.10.13