From f292518b9903e149369b1887db215e38be5266fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:42:11 +0000 Subject: [PATCH] Bump django from 1.11.5 to 2.2.24 in /rest_api Bumps [django](https://github.com/django/django) from 1.11.5 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.5...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_api/requirements.txt b/rest_api/requirements.txt index 65cc18c..363a442 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.5 +Django==2.2.24 djangorestframework==3.6.4 psycopg2==2.7.3 trans==2.1.0