From 7d7302e6f6ac06b0ad3c47d45477540d4f585f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:53:27 +0000 Subject: [PATCH] Bump django from 1.11.5 to 1.11.29 in /rest_api Bumps [django](https://github.com/django/django) from 1.11.5 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.5...1.11.29) 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..b3cc92f 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.5 +Django==1.11.29 djangorestframework==3.6.4 psycopg2==2.7.3 trans==2.1.0