]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump selenium to 3.0
authorStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 18:23:27 +0000 (18:23 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 18 Nov 2016 01:32:06 +0000 (01:32 +0000)
3.0 introduces no notable changes for our use cases. Use the latest and
greatest.

Signed-off-by: Stephen Finucane <stephen@that.guru>
requirements-test.txt

index a224c649aa22e87fb390225b9137df6a9e855894..a2e32645a4ff8135a3e66b73afe76a8e1e3a3c8b 100644 (file)
@@ -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