From ad84a95c21b5c53f5aca57bce19ecb25c29f21bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 20:43:00 +0000 Subject: [PATCH] Bump djangorestframework from 3.3.2 to 3.9.1 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.3.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.3.2...3.9.1) Signed-off-by: dependabot[bot] --- requirements/requirements-demo.txt | 2 +- requirements/requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-demo.txt b/requirements/requirements-demo.txt index 030e397..be6cb43 100644 --- a/requirements/requirements-demo.txt +++ b/requirements/requirements-demo.txt @@ -1,6 +1,6 @@ Django==1.7.1 click==6.1 -djangorestframework==3.3.2 +djangorestframework==3.9.1 django-crispy-forms==1.4.0 drfdocs==0.0.5 apscheduler==3.0.3 diff --git a/requirements/requirements-tests.txt b/requirements/requirements-tests.txt index 0f7408b..b08c796 100644 --- a/requirements/requirements-tests.txt +++ b/requirements/requirements-tests.txt @@ -1,5 +1,5 @@ Django==1.7.1 -djangorestframework==3.3.2 +djangorestframework==3.9.1 drfdocs==0.0.4 # via somelib # commented-package==1.2.3