From dc089f62a70d9585fa2d7cd845827a516b66949b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 3 Mar 2019 21:13:38 +0000 Subject: [PATCH] Update djangorestframework from 3.9.1 to 3.9.2 --- requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 0e33324d..9e5be932 100644 --- a/requirements-prod.txt +++ b/requirements-prod.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 psycopg2-binary==2.7.7 -- 2.47.3