From 5a3e90e00a372df21ec72e4179f143d7ed2f1bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:38:36 +0000 Subject: [PATCH] Bump django from 1.11.16 to 1.11.23 in /web Bumps [django](https://github.com/django/django) from 1.11.16 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.16...1.11.23) 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 5a45271..8c062d9 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.16 +Django==1.11.23 django-rest-swagger==2.2.0 djangorestframework==3.8.2 gunicorn==19.3.0