summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-10-01 15:15:37 +0100
committerStephen Finucane <stephen@that.guru>2020-10-01 15:57:09 +0100
commit875f8869e023bac45b9c39d217c7bd52d9889729 (patch)
treec5927ee624b361bcacf42c265d00e345dbb4ba6d
parent8a705e3cde489fa5bd120592202a9fe0a4c578e2 (diff)
downloadpatchwork-875f8869e023bac45b9c39d217c7bd52d9889729.tar
patchwork-875f8869e023bac45b9c39d217c7bd52d9889729.tar.gz
requirements: Bump django-filter to 2.4.0
Signed-off-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 567ff59..ac16d51 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,6 @@
Django~=3.1.0
djangorestframework~=3.12.0
-django-filter~=2.3.0
+django-filter~=2.4.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 f845529..c7df9da 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,5 +1,5 @@
Django~=3.1.0
djangorestframework~=3.12.0
-django-filter~=2.3.0
+django-filter~=2.4.0
psycopg2-binary~=2.8.0
sqlparse~=0.3.0