summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:27 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:06 +0000
commit1bce78f5e9431f48ff8d318e785efd3b54881c4e (patch)
tree1e2a28da4e0486b5d1524a08b80c66c5b14432d2 /requirements-test.txt
parent6ef0134700de9652859444ad2fd4a841ada0e275 (diff)
downloadpatchwork-1bce78f5e9431f48ff8d318e785efd3b54881c4e.tar
patchwork-1bce78f5e9431f48ff8d318e785efd3b54881c4e.tar.gz
requirements: Bump selenium to 3.0
3.0 introduces no notable changes for our use cases. Use the latest and greatest. 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 a224c64..a2e3264 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,6 +1,6 @@
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>2.0,<3.0
+selenium>=3.0,<3.1
djangorestframework>=3.4,<3.5
drf-nested-routers>=0.11.1,<0.12