diff options
author | pyup-bot <github-bot@pyup.io> | 2019-01-20 21:56:58 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2019-01-22 11:50:05 +0100 |
commit | 4c2384dc225a9867bfb69fa3c32b4d6b72c74f63 (patch) | |
tree | d73e626f7c5d99162407d788f12392b17bbdae7d | |
parent | df2ef335951491067efd78ec2e84b63bc670f0ac (diff) | |
download | patchwork-4c2384dc225a9867bfb69fa3c32b4d6b72c74f63.tar patchwork-4c2384dc225a9867bfb69fa3c32b4d6b72c74f63.tar.gz |
Update django-filter from 2.0.0 to 2.1.0
-rw-r--r-- | requirements-prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt index daec0ea..54f8899 100644 --- a/requirements-prod.txt +++ b/requirements-prod.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 psycopg2-binary==2.7.6.1 sqlparse==0.2.4 |