From: Stephen Finucane Date: Mon, 31 Oct 2016 18:23:26 +0000 (+0000) Subject: requirements: Bump django-debug-toolbar to 1.6 X-Git-Tag: v2.0.0-rc1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef0134700de9652859444ad2fd4a841ada0e275;p=thirdparty%2Fpatchwork.git requirements: Bump django-debug-toolbar to 1.6 1.6 introduces little to no changes [1]. We already use the explicit setup, so simply switch to the latest and greatest version. [1] https://django-debug-toolbar.readthedocs.io/en/1.6/changes.html Signed-off-by: Stephen Finucane --- diff --git a/requirements-test.txt b/requirements-test.txt index c6ceff1d..a224c649 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ mysqlclient>=1.3,<1.4 # replace this with psycopg2 for a PostgreSQL backend -django-debug-toolbar==1.5 +django-debug-toolbar==1.6 python-dateutil>2.0,<3.0 selenium>2.0,<3.0 djangorestframework>=3.4,<3.5