From fc9b6a8bbe44ca5c29a16f32b224aba645ee3535 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 19:55:44 +0000 Subject: [PATCH] [Security] Bump django-debug-toolbar from 2.0 to 2.2.1 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.0 to 2.2.1. **This update includes a security fix.** - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/2.2.1/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.0...2.2.1) Signed-off-by: dependabot-preview[bot] --- requirements/local.txt | 2 +- requirements/notebooks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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