From c0a84d6f9710ed1701bf500ac1c2b366b506bed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:19:56 +0000 Subject: [PATCH] Bump django from 1.9.8 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.9.8 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.8...1.11.29) Signed-off-by: dependabot[bot] --- django_react_chat_example_project/requirements/base.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_react_chat_example_project/requirements/base.txt b/django_react_chat_example_project/requirements/base.txt index e4ab434..78fab0a 100644 --- a/django_react_chat_example_project/requirements/base.txt +++ b/django_react_chat_example_project/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.30.0 # Conservative Django -django==1.11.9 # pyup: <2.0 +django==1.11.29 # pyup: <2.0 # Configuration django-environ==0.4.4 diff --git a/requirements.txt b/requirements.txt index 158482f..6f3cb8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9.8 +Django==1.11.29 asgiref==1.1.2 asgi_redis==1.4.3 daphne==1.3.0