From 8cad00fb8ac8d462c0da257eb54ff8b14e35700c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 20:07:00 +0000 Subject: [PATCH] Bump django from 1.11.6 to 1.11.29 in /docker-production Bumps [django](https://github.com/django/django) from 1.11.6 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.6...1.11.29) Signed-off-by: dependabot[bot] --- docker-production/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-production/requirements.txt b/docker-production/requirements.txt index ffd0bf7d..f66b0135 100644 --- a/docker-production/requirements.txt +++ b/docker-production/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.6 +Django==1.11.29 django-backup==1.0.1 djangorestframework==3.7.1 gunicorn==19.7.1