From f23c5d9dc3729c8f1c53a4735cc468379381fda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:38:26 +0000 Subject: [PATCH] Bump django from 1.9.2 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.9.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blogsite/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blogsite/requirements.txt b/blogsite/requirements.txt index 453a191..e6889ce 100644 --- a/blogsite/requirements.txt +++ b/blogsite/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9.2 +Django==2.2.24 django-allauth==0.25.2 django-disqus==0.5 django-navigation==0.8.1 diff --git a/requirements.txt b/requirements.txt index d3c2b6a..e5c1906 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9.2 +Django==2.2.24 django-allauth==0.25.2 django-disqus==0.5 django-navigation==0.8.1