]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump django-debug-toolbar to 2.2
authorStephen Finucane <stephen@that.guru>
Wed, 8 Apr 2020 22:46:48 +0000 (23:46 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 8 Apr 2020 22:47:29 +0000 (23:47 +0100)
This version formally includes support for Django 3.0 [1].

The default installed version of Django is bumped to 3.0.

[1] https://django-debug-toolbar.readthedocs.io/en/latest/changes.html

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

index 1a076a6d3ca222433223430eb4862d7ef61aca61..4b9532250ee7a1e1776de0f38e8d2e517f12e4e1 100644 (file)
@@ -1,6 +1,6 @@
-Django~=2.2.0
+Django~=3.0.0
 djangorestframework~=3.11.0
 django-filter~=2.2.0
-django-debug-toolbar~=2.0.0
+django-debug-toolbar~=2.2.0
 django-dbbackup~=3.2.0
 -r requirements-test.txt
index 3d83491d4690888d8d0774bdac60582ca343d3f7..dbd0bd543cf8980cfccb4317e6797513bd512029 100644 (file)
@@ -1,4 +1,4 @@
-Django~=2.2.0
+Django~=3.0.0
 djangorestframework~=3.11.0
 django-filter~=2.2.0
 psycopg2-binary~=2.8.0