From e462adfdcf562b0c568d8e943a09294abd07f7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:35:47 +0000 Subject: [PATCH] Bump django from 1.11.21 to 2.2.24 in /server Bumps [django](https://github.com/django/django) from 1.11.21 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.21...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index a711a90..7fcfcc0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.21 +Django==2.2.24 mysql-connector-python==8.0.16 MySQL-python==1.2.5 protobuf==3.8.0