From 71634730548c0ceaa2bebf982398b2c8f80fa856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 16:32:29 +0000 Subject: [PATCH] Bump django from 1.11.5 to 1.11.28 in /rest_api Bumps [django](https://github.com/django/django) from 1.11.5 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.5...1.11.28) 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..b6a7174 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.5 +Django==1.11.28 djangorestframework==3.6.4 psycopg2==2.7.3 trans==2.1.0