From 78b9a98616a6bdf06a057edf8845b830e031f6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:38:43 +0000 Subject: [PATCH] Bump django from 2.0.2 to 2.2.24 in /backend Bumps [django](https://github.com/django/django) from 2.0.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d9c66c2..04479fa 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ boltons==17.2.0 certifi==2018.1.18 # via requests chardet==3.0.4 # via requests -django==2.0.2 +django==2.2.24 django-cors-headers==2.2.0 django-enumfields==0.9.0 django-environ==0.4.4