From: pyup-bot Date: Wed, 16 Jan 2019 15:30:55 +0000 (+0000) Subject: Update djangorestframework from 3.9.0 to 3.9.1 X-Git-Tag: v2.2.0-rc1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed94c795a3e5e508047675268edfc7dc801c8743;p=thirdparty%2Fpatchwork.git Update djangorestframework from 3.9.0 to 3.9.1 --- diff --git a/requirements-prod.txt b/requirements-prod.txt index 046c162f..daec0ea0 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,6 +1,6 @@ Django==2.1.5; python_version >= '3.4' Django==1.11.15; python_version < '3.0' # pyup: ignore -djangorestframework==3.9.0 +djangorestframework==3.9.1 django-filter==2.0.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore psycopg2-binary==2.7.6.1