diff options
author | pyup-bot <github-bot@pyup.io> | 2018-12-03 23:56:33 +0545 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2018-12-22 23:09:07 +0000 |
commit | de7764b0ea0f4a2d6c66c7e6ba51fd3ab2356348 (patch) | |
tree | c295b8a4f7c2d6345fa9ea8713d50ced498e1277 | |
parent | d6d75975427a2438bf54355786dfa53a47cfb990 (diff) | |
download | patchwork-de7764b0ea0f4a2d6c66c7e6ba51fd3ab2356348.tar patchwork-de7764b0ea0f4a2d6c66c7e6ba51fd3ab2356348.tar.gz |
Update django-debug-toolbar from 1.10.1 to 1.11
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index d35c424..e6d3aee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ Django==1.11.15; python_version < '3.0' # pyup: ignore djangorestframework==3.9.0 django-filter==2.0.0; python_version >= '3.4' django-filter==1.1.0; python_version < '3.0' # pyup: ignore -django-debug-toolbar==1.10.1 +django-debug-toolbar==1.11 django-dbbackup==3.2.0 -r requirements-test.txt |