From 12c6ea90c01582d54fbe0f891c248634a0de2f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:49:04 +0000 Subject: [PATCH] Bump django from 1.11.28 to 2.2.24 in /backend/src Bumps [django](https://github.com/django/django) from 1.11.28 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.28...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements.txt b/backend/src/requirements.txt index d9a0aa4..e9459be 100644 --- a/backend/src/requirements.txt +++ b/backend/src/requirements.txt @@ -1,4 +1,4 @@ -django==1.11.28 +django==2.2.24 django-environ==0.4.1 psycopg2==2.7 requests==2.13.0