From 632b67139a23a69fcd54534e9c2ca7f0609cd303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 01:29:22 +0000 Subject: [PATCH] Bump django from 1.10.4 to 1.11.28 in /docker Bumps [django](https://github.com/django/django) from 1.10.4 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.4...1.11.28) 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..1d237e6 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.4 +Django==1.11.28 djangorestframework==3.5.3 Pillow==3.4.2 uWSGI==2.0.14