From 11190767c548b9b6ae6269666f35a0a6fbcdca32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:30:55 +0000 Subject: [PATCH] Bump django from 1.11.16 to 1.11.29 in /web Bumps [django](https://github.com/django/django) from 1.11.16 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.16...1.11.29) 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..3b4694e 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.16 +Django==1.11.29 django-rest-swagger==2.2.0 djangorestframework==3.8.2 gunicorn==19.3.0