From 30f2c94196e8e7151aceffb8fbd6bc5e3af0b977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:34:26 +0000 Subject: [PATCH] Bump django from 1.8.7 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.8.7 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.7...1.11.29) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index f1b6cae..4611f76 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8.7 +Django==1.11.29 MySQL-python==1.2.5 nltk==3.1 numpy==1.11.0 diff --git a/requirements.txt b/requirements.txt index d37b9a4..010c68f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.8.7 +Django==1.11.29 MySQL-python==1.2.5 Naked==0.1.31 PyYAML==3.12