diff options
author | pyup-bot <github-bot@pyup.io> | 2019-01-20 21:56:56 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2019-01-22 11:50:05 +0100 |
commit | df2ef335951491067efd78ec2e84b63bc670f0ac (patch) | |
tree | a306a4b3e48f7bd016a0e306386448191f28b25e | |
parent | ed94c795a3e5e508047675268edfc7dc801c8743 (diff) | |
download | patchwork-df2ef335951491067efd78ec2e84b63bc670f0ac.tar patchwork-df2ef335951491067efd78ec2e84b63bc670f0ac.tar.gz |
Update django-filter from 2.0.0 to 2.1.0
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 3700d3c..c917cd8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ Django==2.1.5; python_version >= '3.4' Django==1.11.15; python_version < '3.0' # pyup: ignore djangorestframework==3.9.1 -django-filter==2.0.0; python_version >= '3.4' +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 django-dbbackup==3.2.0 |