summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:28 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:07 +0000
commit77b3c90c6db1643d62dfc4f707aca07a3108a6ff (patch)
tree3cfa4f617e5a8ec3856f4029dc1025f2fe4fa8e3 /requirements-test.txt
parent1bce78f5e9431f48ff8d318e785efd3b54881c4e (diff)
downloadpatchwork-77b3c90c6db1643d62dfc4f707aca07a3108a6ff.tar
patchwork-77b3c90c6db1643d62dfc4f707aca07a3108a6ff.tar.gz
requirements: Bump django-rest-framework to 3.5
This requires explicitly declaring the 'field' parameter. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index a2e3264..b27055f 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,5 +2,5 @@ mysqlclient>=1.3,<1.4 # replace this with psycopg2 for a PostgreSQL backend
django-debug-toolbar==1.6
python-dateutil>2.0,<3.0
selenium>=3.0,<3.1
-djangorestframework>=3.4,<3.5
+djangorestframework>=3.5,<3.6
drf-nested-routers>=0.11.1,<0.12