From 6bd35ee7827f8f45238282eb9a70ab68a778306b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:15:28 +0000 Subject: [PATCH] Bump django from 1.4.3 to 1.11.28 in /lesson-04 Bumps [django](https://github.com/django/django) from 1.4.3 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.3...1.11.28) Signed-off-by: dependabot[bot] --- lesson-04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-04/requirements.txt b/lesson-04/requirements.txt index 9b8e8e7..bb43d68 100644 --- a/lesson-04/requirements.txt +++ b/lesson-04/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.3 +Django==1.11.28 Werkzeug==0.8.3 django-annoying==0.7.6 django-extensions==1.0.2