From 1b24f1660c8a52a12eaced04a2d0bc3352447f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:44:50 +0000 Subject: [PATCH] Bump django from 1.7.7 to 2.2.24 in /examples/blog_1_7 Bumps [django](https://github.com/django/django) from 1.7.7 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.7.7...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/blog_1_7/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog_1_7/requirements.txt b/examples/blog_1_7/requirements.txt index f2fd028..14c1d10 100644 --- a/examples/blog_1_7/requirements.txt +++ b/examples/blog_1_7/requirements.txt @@ -1,4 +1,4 @@ -Django==1.7.7 +Django==2.2.24 django-mongonaut==0.2.21 mongoengine==0.8.7 pymongo==2.8