From b209b123d78be8a83ad8c74fa917a37685e8e7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:17:14 +0000 Subject: [PATCH] Bump django from 1.4.3 to 1.11.29 in /lesson-04 Bumps [django](https://github.com/django/django) from 1.4.3 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.3...1.11.29) 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..a171286 100644 --- a/lesson-04/requirements.txt +++ b/lesson-04/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.3 +Django==1.11.29 Werkzeug==0.8.3 django-annoying==0.7.6 django-extensions==1.0.2