From 9b42094dbb7307627441681a2a36456c2a4aac2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:05:02 +0000 Subject: [PATCH] Bump django from 2.0.11 to 2.2.24 in /backend Bumps [django](https://github.com/django/django) from 2.0.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirement.txt b/backend/requirement.txt index e3740c9..70ec840 100644 --- a/backend/requirement.txt +++ b/backend/requirement.txt @@ -1,5 +1,5 @@ celery==3.1.26.post2 -Django==2.0.11 +Django==2.2.24 django-celery==3.2.2 django-cors-middleware==1.3.1 django-filter==2.0.0