diff --git a/requirements/local.txt b/requirements/local.txt index 19ef1871..85cef272 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -20,7 +20,7 @@ coverage==4.5.4 # https://github.com/nedbat/coveragepy factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy django-test-plus==1.3.1 # https://github.com/revsys/django-test-plus -django-debug-toolbar==2.0 # https://github.com/jazzband/django-debug-toolbar +django-debug-toolbar==2.2.1 # https://github.com/jazzband/django-debug-toolbar django-extensions==2.2.3 # https://github.com/django-extensions/django-extensions django_coverage_plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin diff --git a/requirements/notebooks.txt b/requirements/notebooks.txt index 0156919a..05e218bd 100644 --- a/requirements/notebooks.txt +++ b/requirements/notebooks.txt @@ -1,6 +1,6 @@ -r base.txt psycopg2-binary==2.8.3 # https://github.com/psycopg/psycopg2 -django-debug-toolbar==1.11 # https://github.com/jazzband/django-debug-toolbar +django-debug-toolbar==2.2.1 # https://github.com/jazzband/django-debug-toolbar jupyter==1.0.0 # https://github.com/jupyter/notebook jupyterlab