From: Stephen Finucane Date: Mon, 31 Oct 2016 18:23:27 +0000 (+0000) Subject: requirements: Bump selenium to 3.0 X-Git-Tag: v2.0.0-rc1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bce78f5e9431f48ff8d318e785efd3b54881c4e;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/requirements-test.txt b/requirements-test.txt index a224c649..a2e32645 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