]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add support for django-debug-toolbar 2.0
authorStephen Finucane <stephen@that.guru>
Mon, 9 Sep 2019 11:31:07 +0000 (12:31 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 9 Sep 2019 11:31:07 +0000 (12:31 +0100)
We retain support for 1.11 when running with Python 2.7.

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

index 81e35f4e0814ed3f073f0c57814904748ed796fc..62cd8b2187caf955f21c445f852a5a1906fde288 100644 (file)
@@ -4,6 +4,7 @@ djangorestframework==3.10.3; python_version >= '3.5'
 djangorestframework==3.9.4; python_version < '3.0'  # pyup: ignore
 django-filter==2.2.0; python_version >= '3.5'
 django-filter==1.1.0; python_version < '3.0'  # pyup: ignore
-django-debug-toolbar==1.11
+django-debug-toolbar==2.0; python_version >= '3.5'  # pyup: ignore
+django-debug-toolbar==1.11; python_version < '3.0'  # pyup: ignore
 django-dbbackup==3.2.0
 -r requirements-test.txt