From 48d809c601592dba6b25e4630ff788930b6b346f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 19:37:13 +0000 Subject: [PATCH] Bump djangorestframework-filters from 0.8.0 to 0.11.1 Bumps [djangorestframework-filters](https://github.com/philipn/django-rest-framework-filters) from 0.8.0 to 0.11.1. - [Release notes](https://github.com/philipn/django-rest-framework-filters/releases) - [Changelog](https://github.com/philipn/django-rest-framework-filters/blob/master/CHANGELOG.rst) - [Commits](https://github.com/philipn/django-rest-framework-filters/compare/v0.8.0...v0.11.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc925ea..2a397a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.11.11 # REST djangorestframework==3.9.4 -djangorestframework-filters==0.8.0 +djangorestframework-filters==0.11.1 djangorestframework-jwt==1.9.0 djoser==1.1.5 django-extra-fields