From: Stephen Finucane Date: Sun, 8 Sep 2019 14:43:18 +0000 (+0100) Subject: Update django from 1.11.22 to 1.11.24 X-Git-Tag: v2.2.0-rc1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4720356f3ef40a23d848a541551841cbde6df506;p=thirdparty%2Fpatchwork.git Update django from 1.11.22 to 1.11.24 Signed-off-by: Stephen Finucane --- 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