From 4f406846a15849430fca9806efc5672b920b4269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:13:00 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.24 in /4.blog_project/mydjangoproject Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 4.blog_project/mydjangoproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.blog_project/mydjangoproject/requirements.txt b/4.blog_project/mydjangoproject/requirements.txt index 4085b2f8..c6858c09 100644 --- a/4.blog_project/mydjangoproject/requirements.txt +++ b/4.blog_project/mydjangoproject/requirements.txt @@ -1,6 +1,6 @@ astroid==2.0.4 dj-database-url==0.5.0 -Django==2.1.5 +Django==2.2.24 django-paging==0.2.5 django-templatetag-sugar==1.0 gunicorn==19.9.0