diff mbox

[2/5] requirements: Bump django-debug-toolbar to 1.6

Message ID 1477938209-10186-2-git-send-email-stephen@that.guru
State Accepted
Headers show

Commit Message

Stephen Finucane Oct. 31, 2016, 6:23 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/requirements-test.txt b/requirements-test.txt
index c6ceff1..a224c64 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