summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2020-08-28 00:14:05 +1000
committerStephen Finucane <stephen@that.guru>2020-08-28 00:14:05 +1000
commit02fc429bc3695093eece5ef67ca6618d68248f32 (patch)
tree1b1d7c71f9e931060089ce673f258ccd3274c427
parent490fe2bdc64765a0efda404236a8fbd5c9230347 (diff)
downloadpatchwork-02fc429bc3695093eece5ef67ca6618d68248f32.tar
patchwork-02fc429bc3695093eece5ef67ca6618d68248f32.tar.gz
requirements: Update django-filter
Update django-filter dependency to a version that's compatible with Django 3.1. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--requirements-dev.txt2
-rw-r--r--requirements-prod.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index e5da0b8..022f465 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,6 @@
Django~=3.0.0
djangorestframework~=3.11.0
-django-filter~=2.2.0
+django-filter~=2.3.0
django-debug-toolbar~=2.2.0
# django-dbbackup~=3.2.0
-r requirements-test.txt
diff --git a/requirements-prod.txt b/requirements-prod.txt
index dbd0bd5..dc86ce0 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,5 +1,5 @@
Django~=3.0.0
djangorestframework~=3.11.0
-django-filter~=2.2.0
+django-filter~=2.3.0
psycopg2-binary~=2.8.0
sqlparse~=0.3.0