From b306a27080ac07c33c2ae44451875482675b7b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 16:59:30 +0000 Subject: [PATCH] Bump django from 1.11.23 to 1.11.28 in /example_code/chapter_20 Bumps [django](https://github.com/django/django) from 1.11.23 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...1.11.28) Signed-off-by: dependabot[bot] --- .../chapter_20/learning_log_django_2.1/requirements.txt | 2 +- example_code/chapter_20/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_code/chapter_20/learning_log_django_2.1/requirements.txt b/example_code/chapter_20/learning_log_django_2.1/requirements.txt index 0ebebba..a85c4b7 100644 --- a/example_code/chapter_20/learning_log_django_2.1/requirements.txt +++ b/example_code/chapter_20/learning_log_django_2.1/requirements.txt @@ -1,6 +1,6 @@ dj-database-url==0.5.0 dj-static==0.0.6 -Django==3.0 +Django==1.11.28 django-bootstrap3==10.0.1 gunicorn==19.5.0 psycopg2==2.7.5 diff --git a/example_code/chapter_20/requirements.txt b/example_code/chapter_20/requirements.txt index a3b6978..6d148e2 100644 --- a/example_code/chapter_20/requirements.txt +++ b/example_code/chapter_20/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.23 +Django==1.11.28 dj-database-url==0.3.0 dj-static==0.0.6 django-bootstrap3==6.2.2