From 24f3951a0d23b0b9b8a41c1841b6d2315bfaea9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:40:35 +0000 Subject: [PATCH] Bump django from 2.1 to 2.2.24 in /Django_Blog Bumps [django](https://github.com/django/django) from 2.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Django_Blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django_Blog/requirements.txt b/Django_Blog/requirements.txt index 1769d1d90..73c71a23e 100644 --- a/Django_Blog/requirements.txt +++ b/Django_Blog/requirements.txt @@ -1,6 +1,6 @@ certifi==2018.10.15 chardet==3.0.4 -Django==2.1 +Django==2.2.24 django-crispy-forms==1.7.2 idna==2.7 Pillow==5.2.0