From 759926bd0d231e1f2a652dbd793795454c839427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:24:43 +0000 Subject: [PATCH] Bump django from 2.1 to 2.2.24 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5098897..603efc2 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], install_requires=[ - "Django==2.1", + "Django==2.2.24", ], )