From 4720356f3ef40a23d848a541551841cbde6df506 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 8 Sep 2019 15:43:18 +0100 Subject: [PATCH] Update django from 1.11.22 to 1.11.24 Signed-off-by: Stephen Finucane --- requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5b5ec44e..35ead6f9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ Django==2.2.5; python_version >= '3.5' -Django==1.11.22; python_version < '3.0' # pyup: ignore +Django==1.11.24; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.5' django-filter==1.1.0; python_version < '3.0' # pyup: ignore diff --git a/requirements-prod.txt b/requirements-prod.txt index 8228d9f5..ba950f7a 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django==2.2.5; python_version >= '3.5' -Django==1.11.22; python_version < '3.0' # pyup: ignore +Django==1.11.24; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.5' django-filter==1.1.0; python_version < '3.0' # pyup: ignore -- 2.47.3