From: Stephen Finucane Date: Thu, 7 Mar 2019 11:55:04 +0000 (+0000) Subject: Update django from 1.11.18 to 1.11.20 X-Git-Tag: v2.2.0-rc1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b220ee9383104d86c8ac4b355cd558c0ef7f5d58;p=thirdparty%2Fpatchwork.git Update django from 1.11.18 to 1.11.20 --- diff --git a/requirements-dev.txt b/requirements-dev.txt index 2d2f69ad..563e24e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ Django==2.1.7; python_version >= '3.4' -Django==1.11.18; python_version < '3.0' # pyup: ignore +Django==1.11.20; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore diff --git a/requirements-prod.txt b/requirements-prod.txt index 9e5be932..d2ab3a9d 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,5 +1,5 @@ Django==2.1.7; python_version >= '3.4' -Django==1.11.18; python_version < '3.0' # pyup: ignore +Django==1.11.20; python_version < '3.0' # pyup: ignore djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore