From 31b89e954c11b7c8937071c9063e74678df7337a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:55:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.5.3 to 3.9.1 in /docker Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.5.3 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.5.3...3.9.1) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index d4bdd0a..65e082a 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -djangorestframework==3.5.3 +djangorestframework==3.9.1 Pillow==3.4.2 uWSGI==2.0.14 pingpp==2.0