From 2bfde9a36be6b51c21b3383d3009a1bcd0123b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 20:34:08 +0000 Subject: [PATCH] Bump django from 1.11.16 to 1.11.28 in /web Bumps [django](https://github.com/django/django) from 1.11.16 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.16...1.11.28) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index fe0db2d..abc07bc 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.16 +Django==1.11.28 django-rest-swagger==2.2.0 djangorestframework==3.8.2 gunicorn==19.3.0