From: pyup-bot Date: Sun, 3 Mar 2019 21:13:37 +0000 (+0000) Subject: Update djangorestframework from 3.9.1 to 3.9.2 X-Git-Tag: v2.2.0-rc1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211091ab085a5bb6a3db3449145f98d0975d9270;p=thirdparty%2Fpatchwork.git Update djangorestframework from 3.9.1 to 3.9.2 --- diff --git a/requirements-dev.txt b/requirements-dev.txt index c0442713..2d2f69ad 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ Django==2.1.7; python_version >= '3.4' Django==1.11.18; python_version < '3.0' # pyup: ignore -djangorestframework==3.9.1 +djangorestframework==3.9.2 django-filter==2.1.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore django-debug-toolbar==1.11