From b773459015734bcdc3ab2501a1abdbe2d02e303c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:49:46 +0000 Subject: [PATCH] Bump django from 1.11.29 to 2.2.24 in /backend Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...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 4bdb02c..fc8e219 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ pkg-resources==0.0.0 -Django==1.11.29 +Django==2.2.24 psycopg2==2.7.1 djangorestframework==3.11.2 django-cors-headers==2.1.0