]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump django-debug-toolbar to 1.6
authorStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 18:23:26 +0000 (18:23 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 18 Nov 2016 01:32:05 +0000 (01:32 +0000)
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 <stephen@that.guru>
requirements-test.txt

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